From: Maciej W. Rozycki Date: Thu, 7 Feb 2008 08:15:06 +0000 (-0800) Subject: dz.h: remove useless unused module junk X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d4dd1467f2053b31e2fbb58763ff9d1e0399af45;p=linux-beck.git dz.h: remove useless unused module junk Remove unused module function prototypes that would not even build if enabled. Signed-off-by: Maciej W. Rozycki Cc: Jiri Slaby Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/serial/dz.h b/drivers/serial/dz.h index 9674d4e49872..6b34d50bf42d 100644 --- 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 */