projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd2b92
)
staging: sbe-2t3e3: remove use of __devinitdata
author
Bill Pemberton
<
[email protected]
>
Mon, 19 Nov 2012 18:24:46 +0000
(13:24 -0500)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 21 Nov 2012 23:05:02 +0000
(15:05 -0800)
CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.
Signed-off-by: Bill Pemberton <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/sbe-2t3e3/module.c
patch
|
blob
|
history
diff --git
a/drivers/staging/sbe-2t3e3/module.c
b/drivers/staging/sbe-2t3e3/module.c
index 69b451ee830b706b0bdf4b7e846c3747b3f46091..33db820dc6a1625871d4da9beb2ec4b71c23e156 100644
(file)
--- a/
drivers/staging/sbe-2t3e3/module.c
+++ b/
drivers/staging/sbe-2t3e3/module.c
@@
-188,7
+188,7
@@
free_card:
return err;
}
-static struct pci_device_id t3e3_pci_tbl[]
__devinitdata
= {
+static struct pci_device_id t3e3_pci_tbl[] = {
{ PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_21142,
PCI_VENDOR_ID_SBE, PCI_SUBDEVICE_ID_SBE_T3E3, 0, 0, 0 },
{ PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_21142,