diff options
| author | Andrew Morton <akpm@osdl.org> | 2003-09-23 09:43:28 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-23 09:43:28 -0700 |
| commit | f751e52a867c5092ebbb0d9f3402eb476df3135f (patch) | |
| tree | 895d20c56934f3a659ffaf4c04cd37c336156e3d /include/linux/tty.h | |
| parent | 905f90fe27a234815bb29fa850af396c537c5960 (diff) | |
[PATCH] switch remaining serial drivers to initcalls
From: Christoph Hellwig <hch@lst.de>
All drivers that compile on ppc with CONFIG_ISA set (= all but
some m68-only drivers), I looked at the compile warnings very
closely and there are no new warnings or even errors this time :)
drivers/char/Makefile needed to be reordered big time to keep
the intialization order the same.
Diffstat (limited to 'include/linux/tty.h')
| -rw-r--r-- | include/linux/tty.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 946702c37e6e..0626d1b321aa 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -347,23 +347,7 @@ extern int fg_console, last_console, want_console; extern int kmsg_redirect; extern void console_init(void); - -extern int lp_init(void); -extern int pty_init(void); -extern int mxser_init(void); -extern int moxa_init(void); -extern int ip2_init(void); -extern int pcxe_init(void); -extern int pc_init(void); extern int vcs_init(void); -extern int rp_init(void); -extern int cy_init(void); -extern int stl_init(void); -extern int stli_init(void); -extern int specialix_init(void); -extern int espserial_init(void); -extern int macserial_init(void); -extern int a2232board_init(void); extern int tty_paranoia_check(struct tty_struct *tty, struct inode *inode, const char *routine); |
