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:
90c1076
)
staging: rtl8187se: remove use of __devexit_p
author
Bill Pemberton
<
[email protected]
>
Mon, 19 Nov 2012 18:20:56 +0000
(13:20 -0500)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 21 Nov 2012 22:07:41 +0000
(14:07 -0800)
CONFIG_HOTPLUG is going away as an option so __devexit_p 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 6a27836f989e4d1d8ac25f0f77a6114bd2fbed2a..ca097e45064269f8d82fc0d969db006de77a352b 100644
(file)
--- a/
drivers/staging/rtl8187se/r8180_core.c
+++ b/
drivers/staging/rtl8187se/r8180_core.c
@@
-149,7
+149,7
@@
static struct pci_driver rtl8180_pci_driver = {
.name = RTL8180_MODULE_NAME,
.id_table = rtl8180_pci_id_tbl,
.probe = rtl8180_pci_probe,
- .remove =
__devexit_p(rtl8180_pci_remove)
,
+ .remove =
rtl8180_pci_remove
,
.suspend = rtl8180_suspend,
.resume = rtl8180_resume,
.shutdown = rtl8180_shutdown,