From 819631e41e3e2e7268fe69e68cf6cdd423a0d52e Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Tue, 8 May 2007 00:26:47 -0700 Subject: [PATCH] --- yaml --- r: 54607 b: refs/heads/master c: 6ae9200f2cab7b328e505fc9a7021db64e0590cf h: refs/heads/master i: 54605: 30953864818ba2c25dd31f81600de3360e8cc161 54603: aa241c8b7551fe540fba7bd46647a9a2958bb17c 54599: 2a30d43257303ecab57c734623797f02600a7c1f 54591: 6aa9cac1e1252ca72221fc67f56c4de8d29f9ef7 v: v3 --- [refs] | 2 +- trunk/include/linux/console.h | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 2d7f42394fe6..d1c3658ddd0e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 19c5d45a09312ca20cd1f9df3fd1a87fe0cb8aac +refs/heads/master: 6ae9200f2cab7b328e505fc9a7021db64e0590cf diff --git a/trunk/include/linux/console.h b/trunk/include/linux/console.h index de25ee3b7919..fcc18e012e45 100644 --- a/trunk/include/linux/console.h +++ b/trunk/include/linux/console.h @@ -92,9 +92,8 @@ void give_up_console(const struct consw *sw); #define CON_BOOT (8) #define CON_ANYTIME (16) /* Safe to call when cpu is offline */ -struct console -{ - char name[8]; +struct console { + char name[16]; void (*write)(struct console *, const char *, unsigned); int (*read)(struct console *, char *, unsigned); struct tty_driver *(*device)(struct console *, int *);