[PATCH] Remove useless #ifdef MODULE stuff and printout

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>
This commit is contained in:
Ralf Baechle 2006-07-13 12:14:55 +01:00 committed by Jeff Garzik
parent 79690602ad
commit 3fac061393

View 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 */