Netdev List
 help / color / mirror / Atom feed
* [PATCH 1/1] sis190: silence section type conflict
@ 2008-01-29 22:36 Francois Romieu
  0 siblings, 0 replies; only message in thread
From: Francois Romieu @ 2008-01-29 22:36 UTC (permalink / raw)
  To: jgarzik; +Cc: netdev, David S. Miller, Maximilian Attems, Andrew Morton

  CC [M]  drivers/net/sis190.o
  drivers/net/sis190.c:329: error: sis190_pci_tbl causes a section type conflict
  make[5]: *** [drivers/net/sis190.o] Error 1

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Reported-by: Maximilian Attems <max@stro.at>

diff --git a/drivers/net/sis190.c b/drivers/net/sis190.c
index b570402..2e9e88b 100644
--- a/drivers/net/sis190.c
+++ b/drivers/net/sis190.c
@@ -326,7 +326,7 @@ static const struct {
 	{ "SiS 191 PCI Gigabit Ethernet adapter" },
 };
 
-static struct pci_device_id sis190_pci_tbl[] __devinitdata = {
+static struct pci_device_id sis190_pci_tbl[] = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0190), 0, 0, 0 },
 	{ PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0191), 0, 0, 1 },
 	{ 0, },

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

only message in thread, other threads:[~2008-01-29 22:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-29 22:36 [PATCH 1/1] sis190: silence section type conflict Francois Romieu

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