Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -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 */