mirror of https://gitee.com/openkylin/linux.git
[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:
parent
79690602ad
commit
3fac061393
|
@ -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 */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue