From: Adrian Bunk <bunk@fs.tum.de>
To: kai.germaschewski@gmx.de
Cc: linux-kernel@vger.kernel.org
Subject: [2.5 patch] remove kernel 2.0 code from drivers/isdn/divert/divert_init.c
Date: Sat, 11 Jan 2003 18:45:52 +0100 [thread overview]
Message-ID: <20030111174552.GR10486@fs.tum.de> (raw)
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);
}
reply other threads:[~2003-01-11 17:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030111174552.GR10486@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=kai.germaschewski@gmx.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox