summaryrefslogtreecommitdiff
path: root/drivers/char/hvc_console.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-12-04 10:15:51 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-12-04 10:15:51 +1100
commit3368093ca66f955e90d175069cda37fc31f1b910 (patch)
tree223f4e68c5d4129aca7f2ff79505991d30ecdcec /drivers/char/hvc_console.h
parent9f2028d363d07543115b3a9319d2ec3fe6bc3d2e (diff)
parent7947cf0dd4b6a2bb06c57971502fb81c76a66f2d (diff)
Merge commit 'powerpc/next'
Diffstat (limited to 'drivers/char/hvc_console.h')
-rw-r--r--drivers/char/hvc_console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hvc_console.h b/drivers/char/hvc_console.h
index 8297dbc2e6ec..3c85d78c975c 100644
--- a/drivers/char/hvc_console.h
+++ b/drivers/char/hvc_console.h
@@ -48,7 +48,7 @@ struct hvc_struct {
spinlock_t lock;
int index;
struct tty_struct *tty;
- unsigned int count;
+ int count;
int do_wakeup;
char *outbuf;
int outbuf_size;