netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch-kj] remove old ifdef'd code from eepro100.c
@ 2004-06-21 18:51 maximilian attems
  0 siblings, 0 replies; only message in thread
From: maximilian attems @ 2004-06-21 18:51 UTC (permalink / raw)
  To: saw; +Cc: netdev

 From: Domen Puncer <domen@coderock.org>
 Patches to remove some old ifdefs.
 remove unused #include <linux/version.h>

Signed-off-by: Maximilian Attems <janitor@sternwelten.at>



---

 linux-2.6.7-max/drivers/net/eepro100.c |   17 -----------------
 1 files changed, 17 deletions(-)

diff -puN drivers/net/eepro100.c~remove-old-ifdefs-eepro100 drivers/net/eepro100.c
--- linux-2.6.7/drivers/net/eepro100.c~remove-old-ifdefs-eepro100	2004-06-18 09:15:04.000000000 +0200
+++ linux-2.6.7-max/drivers/net/eepro100.c	2004-06-18 09:15:04.000000000 +0200
@@ -94,7 +94,6 @@ static int options[] = {-1, -1, -1, -1, 
 #endif
 
 #include <linux/config.h>
-#include <linux/version.h>
 #include <linux/module.h>
 
 #include <linux/kernel.h>
@@ -2453,22 +2452,6 @@ static struct pci_driver eepro100_driver
 #endif /* CONFIG_PM */
 };
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,3,48)
-static int pci_module_init(struct pci_driver *pdev)
-{
-	int rc;
-
-	rc = pci_register_driver(pdev);
-	if (rc <= 0) {
-		printk(KERN_INFO "%s: No cards found, driver not installed.\n",
-			   pdev->name);
-		pci_unregister_driver(pdev);
-		return -ENODEV;
-	}
-	return 0;
-}
-#endif
-
 static int __init eepro100_init_module(void)
 {
 #ifdef MODULE

_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-06-21 18:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-21 18:51 [patch-kj] remove old ifdef'd code from eepro100.c maximilian attems

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).