projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82637e8
)
[netdrvr] sis190: build fix
author
Jeff Garzik
<jeff@garzik.org>
Wed, 30 Jan 2008 09:00:40 +0000
(
04:00
-0500)
committer
David S. Miller
<davem@davemloft.net>
Sun, 3 Feb 2008 12:28:45 +0000
(
04:28
-0800)
Fix PCI table section type conflict, by removing __devinitdata.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sis190.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/sis190.c
b/drivers/net/sis190.c
index b570402f7feda2a06fc975a5aaf82e19b1f45432..2e9e88be7b33f59558a06a22f06fee363805755d 100644
(file)
--- 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, },