[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2.5 patch] remove kernel 2.0 code from drivers/isdn/divert/divert_init.c


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);
 }
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo _at_ vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」