Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54607
b: refs/heads/master
c: 6ae9200
h: refs/heads/master
i:
  54605: 3095386
  54603: aa241c8
  54599: 2a30d43
  54591: 6aa9cac
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 8, 2007
1 parent b780408 commit 819631e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 19c5d45a09312ca20cd1f9df3fd1a87fe0cb8aac
refs/heads/master: 6ae9200f2cab7b328e505fc9a7021db64e0590cf
5 changes: 2 additions & 3 deletions trunk/include/linux/console.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);
Expand Down

0 comments on commit 819631e

Please sign in to comment.