The patch titled
dz.h: remove useless unused module junk
has been removed from the -mm tree. Its filename was
dzh-remove-useless-unused-module-junk.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: dz.h: remove useless unused module junk
From: "Maciej W. Rozycki" <[EMAIL PROTECTED]>
Remove unused module function prototypes that would not even build if enabled.
Signed-off-by: Maciej W. Rozycki <[EMAIL PROTECTED]>
Cc: Jiri Slaby <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/serial/dz.h | 5 -----
1 file changed, 5 deletions(-)
diff -puN drivers/serial/dz.h~dzh-remove-useless-unused-module-junk
drivers/serial/dz.h
--- a/drivers/serial/dz.h~dzh-remove-useless-unused-module-junk
+++ a/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 */
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html