* [2.5 patch] remove kernel 2.0 code from drivers/isdn/divert/divert_init.c
@ 2003-01-11 17:45 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2003-01-11 17:45 UTC (permalink / raw)
To: kai.germaschewski; +Cc: linux-kernel
The patch below removes #if'd kernel 2.0 code from
drivers/isdn/divert/divert_init.c.
I've tested the compilation with 2.5.56.
cu
Adrian
--- linux-2.5.56/drivers/isdn/divert/divert_init.c.old 2003-01-11 18:42:43.000000000 +0100
+++ linux-2.5.56/drivers/isdn/divert/divert_init.c 2003-01-11 18:43:10.000000000 +0100
@@ -51,9 +51,6 @@
printk(KERN_WARNING "dss1_divert: error %d registering module, not loaded\n",i);
return(-EIO);
}
-#if (LINUX_VERSION_CODE < 0x020111)
- register_symtab(0);
-#endif
printk(KERN_INFO "dss1_divert module successfully installed\n");
return(0);
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-11 17:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-11 17:45 [2.5 patch] remove kernel 2.0 code from drivers/isdn/divert/divert_init.c Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox