public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fixup warning for acenic
@ 2003-03-20  7:50 Martin J. Bligh
  2003-03-20 15:47 ` Jes Sorensen
  0 siblings, 1 reply; 12+ messages in thread
From: Martin J. Bligh @ 2003-03-20  7:50 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-kernel

OK, it's war on warnings hour. Get this from acenic,

drivers/net/acenic.c:135: warning: `acenic_pci_tbl' defined but not used

And indeed it doesn't *seem* to be used (though I'm less than confident
about that) ... can we just rip it out? Or should this be wrapped in
#ifdef MODULE or something (I'm compiling it in)?

M.

diff -urpN -X /home/fletch/.diff.exclude virgin/drivers/net/acenic.c acenic_fix/drivers/net/acenic.c
--- virgin/drivers/net/acenic.c	Wed Mar  5 07:37:02 2003
+++ acenic_fix/drivers/net/acenic.c	Wed Mar 19 23:44:28 2003
@@ -131,34 +131,6 @@
 #define PCI_DEVICE_ID_SGI_ACENIC	0x0009
 #endif
 
-#if LINUX_VERSION_CODE >= 0x20400
-static struct pci_device_id acenic_pci_tbl[] __initdata = {
-	{ PCI_VENDOR_ID_ALTEON, PCI_DEVICE_ID_ALTEON_ACENIC_FIBRE,
-	  PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_NETWORK_ETHERNET << 8, 0xffff00, },
-	{ PCI_VENDOR_ID_ALTEON, PCI_DEVICE_ID_ALTEON_ACENIC_COPPER,
-	  PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_NETWORK_ETHERNET << 8, 0xffff00, },
-	{ PCI_VENDOR_ID_3COM, PCI_DEVICE_ID_3COM_3C985,
-	  PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_NETWORK_ETHERNET << 8, 0xffff00, },
-	{ PCI_VENDOR_ID_NETGEAR, PCI_DEVICE_ID_NETGEAR_GA620,
-	  PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_NETWORK_ETHERNET << 8, 0xffff00, },
-	{ PCI_VENDOR_ID_NETGEAR, PCI_DEVICE_ID_NETGEAR_GA620T,
-	  PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_NETWORK_ETHERNET << 8, 0xffff00, },
-	/*
-	 * Farallon used the DEC vendor ID on their cards incorrectly,
-	 * then later Alteon's ID.
-	 */
-	{ PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_FARALLON_PN9000SX,
-	  PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_NETWORK_ETHERNET << 8, 0xffff00, },
-	{ PCI_VENDOR_ID_ALTEON, PCI_DEVICE_ID_FARALLON_PN9100T,
-	  PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_NETWORK_ETHERNET << 8, 0xffff00, },
-	{ PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_ACENIC,
-	  PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_NETWORK_ETHERNET << 8, 0xffff00, },
-	{ }
-};
-MODULE_DEVICE_TABLE(pci, acenic_pci_tbl);
-#endif
-
-
 #ifndef MODULE_LICENSE
 #define MODULE_LICENSE(a)
 #endif


^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: [PATCH] Fixup warning for acenic
@ 2003-03-20 15:17 Matthew Wilcox
  2003-03-20 15:50 ` Martin J. Bligh
  0 siblings, 1 reply; 12+ messages in thread
From: Matthew Wilcox @ 2003-03-20 15:17 UTC (permalink / raw)
  To: Martin J. Bligh; +Cc: linux-kernel, jes


Please don't delete this table.  At some point when Jes gets his head
out of the "must support Linux 1.2" space, this table will be used and
then this driver will support hotplugging.

-- 
"It's not Hollywood.  War is real, war is primarily not about defeat or
victory, it is about death.  I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-03-20 19:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-20  7:50 [PATCH] Fixup warning for acenic Martin J. Bligh
2003-03-20 15:47 ` Jes Sorensen
2003-03-20 16:04   ` Christoph Hellwig
2003-03-20 16:11     ` Martin J. Bligh
2003-03-20 19:20       ` Greg KH
2003-03-20 19:13         ` Martin J. Bligh
2003-03-20 19:28           ` Jeff Garzik
2003-03-20 19:30           ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2003-03-20 15:17 Matthew Wilcox
2003-03-20 15:50 ` Martin J. Bligh
2003-03-20 15:59   ` Matthew Wilcox
2003-03-20 16:10     ` Martin J. Bligh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox