diff options
| author | Adrian Bunk <bunk@stusta.de> | 2005-01-07 22:15:53 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-01-07 22:15:53 -0800 |
| commit | 974933e65f6b0d2fdc0c75215aefd54da4d377db (patch) | |
| tree | 3d9886cb9c3584b4d9f6f7deacf2eeb71ccf1142 /include/linux | |
| parent | cdc807e5ffbf1ae27f1142ec99337fa5ce17cfe8 (diff) | |
[PATCH] small char/generic_serial.c cleanup
The patch below does the following changes to
drivers/char/generic_serial.c :
- make two needlessly global functions static
- remove the completely unused EXPORT_SYMBOL'ed function gs_do_softint
AFAIR the latter should be safe, since drivers are moving away from
generic_serial.c.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/generic_serial.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/generic_serial.h b/include/linux/generic_serial.h index 1c8417aff025..09d204709341 100644 --- a/include/linux/generic_serial.h +++ b/include/linux/generic_serial.h @@ -82,7 +82,6 @@ void gs_flush_chars(struct tty_struct *tty); void gs_stop(struct tty_struct *tty); void gs_start(struct tty_struct *tty); void gs_hangup(struct tty_struct *tty); -void gs_do_softint(void *private_); int gs_block_til_ready(void *port, struct file *filp); void gs_close(struct tty_struct *tty, struct file *filp); void gs_set_termios (struct tty_struct * tty, |
