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:
19fc6b5
)
staging: rtl8187se: remove use of __devinitdata
author
Bill Pemberton
<
[email protected]
>
Mon, 19 Nov 2012 18:24:44 +0000
(13:24 -0500)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 21 Nov 2012 22:07:42 +0000
(14:07 -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/rtl8187se/r8180_core.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8187se/r8180_core.c
b/drivers/staging/rtl8187se/r8180_core.c
index 3527ff73332fd51f00a46e7666137ba980f40c1f..a6520cfbc7ec6d85aba4b70cbae5677a0580b831 100644
(file)
--- a/
drivers/staging/rtl8187se/r8180_core.c
+++ b/
drivers/staging/rtl8187se/r8180_core.c
@@
-44,7
+44,7
@@
#include "ieee80211/dot11d.h"
-static struct pci_device_id rtl8180_pci_id_tbl[]
__devinitdata
= {
+static struct pci_device_id rtl8180_pci_id_tbl[] = {
{
.vendor = PCI_VENDOR_ID_REALTEK,
.device = 0x8199,