aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-01-10 17:22:40 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-10 17:22:40 -0800
commiteefe1116eb1798bfc2e92dcbc190df0392197bd9 (patch)
tree2d0b876e5380cffc8e90b888891d1fb1fab9bd67 /include
parent3fe8123931f57a1c056f3828f9f33aabd30b6f88 (diff)
downloadhistory-eefe1116eb1798bfc2e92dcbc190df0392197bd9.tar.gz
[PATCH] drivers/char/: misc cleanups
below are as requested my drivers/char/ cleanups in one big patch for better merging. Each of the patches included was already sent three times without any objections to linux-kernel. The n_tty.c patch is Approved-by: Alan Cox <alan@redhat.com> The patch below makes changes under drivers/char/ including the following: - make needlessly global code static - remove completely unused code 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')
-rw-r--r--include/linux/lp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/lp.h b/include/linux/lp.h
index 521bcd2fecb1c8..7059b6b9878a19 100644
--- a/include/linux/lp.h
+++ b/include/linux/lp.h
@@ -186,12 +186,6 @@ struct lp_struct {
*/
#define LP_DELAY 50
-/*
- * function prototypes
- */
-
-extern int lp_init(void);
-
#endif
#endif