aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/vt.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-10-03 04:15:06 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-03 11:04:12 -0400
commit3cb340ecbb010013229ac56f26707252ebed09b8 (patch)
tree9b1fa6c968c01b84116b596517e9580ec64e2c9d /drivers/char/vt.c
parent48afdf6eb750b6836932e4d492b90448bc68dfc0 (diff)
[PATCH] vt: proper prototypes for some console functions
This patch adds proper prototypes to header files for three console init functions used on drivers/char/vt.c Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/vt.c')
-rw-r--r--drivers/char/vt.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/char/vt.c b/drivers/char/vt.c
index a398b6b6aa65..8e4413f6fbaf 100644
--- a/drivers/char/vt.c
+++ b/drivers/char/vt.c
@@ -139,14 +139,6 @@ const struct consw *conswitchp;
139extern void vcs_make_sysfs(struct tty_struct *tty); 139extern void vcs_make_sysfs(struct tty_struct *tty);
140extern void vcs_remove_sysfs(struct tty_struct *tty); 140extern void vcs_remove_sysfs(struct tty_struct *tty);
141 141
142extern void console_map_init(void);
143#ifdef CONFIG_PROM_CONSOLE
144extern void prom_con_init(void);
145#endif
146#ifdef CONFIG_MDA_CONSOLE
147extern int mda_console_init(void);
148#endif
149
150struct vc vc_cons [MAX_NR_CONSOLES]; 142struct vc vc_cons [MAX_NR_CONSOLES];
151 143
152#ifndef VT_SINGLE_DRIVER 144#ifndef VT_SINGLE_DRIVER