[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>
This commit is contained in:
committed by
Linus Torvalds
parent
48afdf6eb7
commit
3cb340ecbb
@@ -139,14 +139,6 @@ const struct consw *conswitchp;
|
||||
extern void vcs_make_sysfs(struct tty_struct *tty);
|
||||
extern void vcs_remove_sysfs(struct tty_struct *tty);
|
||||
|
||||
extern void console_map_init(void);
|
||||
#ifdef CONFIG_PROM_CONSOLE
|
||||
extern void prom_con_init(void);
|
||||
#endif
|
||||
#ifdef CONFIG_MDA_CONSOLE
|
||||
extern int mda_console_init(void);
|
||||
#endif
|
||||
|
||||
struct vc vc_cons [MAX_NR_CONSOLES];
|
||||
|
||||
#ifndef VT_SINGLE_DRIVER
|
||||
|
Reference in New Issue
Block a user