From b7d752fb6dc63357ed6673181a8afd4b169488df Mon Sep 17 00:00:00 2001 From: Alexander Viro Date: Thu, 24 Apr 2003 08:38:30 -0700 Subject: [PATCH] console cleanup (1/2) Preparation to console->device() cleanup: serial drivers converted to common helper for their ->device() methods. --- include/linux/console.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/console.h') 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; }; -- cgit v1.2.3