summaryrefslogtreecommitdiff
path: root/device/cons.h
diff options
context:
space:
mode:
authorAlfred M. Szmidt <ams@gnu.org>2005-06-02 18:44:36 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:15:26 +0200
commite84cb79bec1f5cfa976558bbc9c155b8b82a1b45 (patch)
tree2b1c0426add5018ec693593d611ac588b7f43fb4 /device/cons.h
parent174f866d199b6a7e60d708e7e822ea27687cc20c (diff)
2005-05-26 Alfred M. Szmidt <ams@gnu.org>
* device/cons.h (cn_tab) [KERNEL]: Removed extern declaration. * linux/dev/include/linux/fs.h (super_blocks): Declare as an pointer.
Diffstat (limited to 'device/cons.h')
-rw-r--r--device/cons.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/device/cons.h b/device/cons.h
index bcaeffc..dbe2993 100644
--- a/device/cons.h
+++ b/device/cons.h
@@ -46,5 +46,4 @@ struct consdev {
#ifdef KERNEL
extern struct consdev constab[];
-extern struct consdev *cn_tab;
#endif