projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
870897a
)
dz.h: remove useless unused module junk
author
Maciej W. Rozycki
<macro@linux-mips.org>
Thu, 7 Feb 2008 08:15:06 +0000
(
00:15
-0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 7 Feb 2008 16:42:24 +0000
(08:42 -0800)
Remove unused module function prototypes that would not even build if enabled.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/serial/dz.h
patch
|
blob
|
history
diff --git
a/drivers/serial/dz.h
b/drivers/serial/dz.h
index
9674d4e
..
6b34d50
100644
(file)
--- a/
drivers/serial/dz.h
+++ b/
drivers/serial/dz.h
@@
-124,9
+124,4
@@
#define DZ_XMIT_SIZE 4096 /* buffer size */
#define DZ_WAKEUP_CHARS DZ_XMIT_SIZE/4
-#ifdef MODULE
-int init_module (void)
-void cleanup_module (void)
-#endif
-
#endif /* DZ_SERIAL_H */