[PATCH] Remove useless #ifdef MODULE stuff and printout
authorRalf Baechle <ralf@linux-mips.org>
Thu, 13 Jul 2006 11:14:55 +0000 (12:14 +0100)
committerJeff Garzik <jeff@garzik.org>
Wed, 19 Jul 2006 17:50:39 +0000 (13:50 -0400)
Get rid of the MODULE stuff.  Could have rewritten to use modern interfaces
but the copyright message of this BSD licensed code isn't interesting enough
to be watched on every bootup, in every syslog.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/slhc.c

index 24bbe00..9a540e2 100644 (file)
@@ -696,20 +696,6 @@ EXPORT_SYMBOL(slhc_compress);
 EXPORT_SYMBOL(slhc_uncompress);
 EXPORT_SYMBOL(slhc_toss);
 
-#ifdef MODULE
-
-int init_module(void)
-{
-       printk(KERN_INFO "CSLIP: code copyright 1989 Regents of the University of California\n");
-       return 0;
-}
-
-void cleanup_module(void)
-{
-       return;
-}
-
-#endif /* MODULE */
 #else /* CONFIG_INET */