Commit d4dd1467 authored by Maciej W. Rozycki's avatar Maciej W. Rozycki Committed by Linus Torvalds

dz.h: remove useless unused module junk

Remove unused module function prototypes that would not even build if enabled.
Signed-off-by: default avatarMaciej W. Rozycki <macro@linux-mips.org>
Cc: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 870897a5
...@@ -124,9 +124,4 @@ ...@@ -124,9 +124,4 @@
#define DZ_XMIT_SIZE 4096 /* buffer size */ #define DZ_XMIT_SIZE 4096 /* buffer size */
#define DZ_WAKEUP_CHARS DZ_XMIT_SIZE/4 #define DZ_WAKEUP_CHARS DZ_XMIT_SIZE/4
#ifdef MODULE
int init_module (void)
void cleanup_module (void)
#endif
#endif /* DZ_SERIAL_H */ #endif /* DZ_SERIAL_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment