diff options
| author | Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk> | 2003-04-24 08:38:30 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-04-24 08:38:30 -0700 |
| commit | b7d752fb6dc63357ed6673181a8afd4b169488df (patch) | |
| tree | 9415e23a033b0ee43929b9973149cb78a6854043 /include/linux/console.h | |
| parent | b8f652d56f34bc2ce6e3505bbf7d3746d33eb022 (diff) | |
[PATCH] console cleanup (1/2)
Preparation to console->device() cleanup: serial drivers converted
to common helper for their ->device() methods.
Diffstat (limited to 'include/linux/console.h')
| -rw-r--r-- | include/linux/console.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/console.h b/include/linux/console.h index 37b441e6dfd8..c681a9eec658 100644 --- a/include/linux/console.h +++ b/include/linux/console.h @@ -103,6 +103,7 @@ struct console short flags; short index; int cflag; + void *data; struct console *next; }; |
