From d4dd1467f2053b31e2fbb58763ff9d1e0399af45 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Thu, 7 Feb 2008 00:15:06 -0800 Subject: [PATCH] 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 --- drivers/serial/dz.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/serial/dz.h b/drivers/serial/dz.h index 9674d4e4987..6b34d50bf42 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 */ -- 2.46.0