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:
9640639
)
mmc: vt8500: Remove erroneous __exitp in wmt_mci_driver
author
Tony Prisk
<linux@prisktech.co.nz>
Sun, 13 Jan 2013 06:19:20 +0000
(19:19 +1300)
committer
Chris Ball
<cjb@laptop.org>
Sun, 24 Feb 2013 19:36:56 +0000
(14:36 -0500)
With the __devinit/__devexit attributes having been removed, this
__exitp attribute causes an unused function warning and should be
removed as well.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/wmt-sdmmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/wmt-sdmmc.c
b/drivers/mmc/host/wmt-sdmmc.c
index 154f0e8e931c5db0ccbdf3a418695aca0a72343c..c6d001509e5a25a4cf83dde73c5f7fc671a657db 100644
(file)
--- a/
drivers/mmc/host/wmt-sdmmc.c
+++ b/
drivers/mmc/host/wmt-sdmmc.c
@@
-1012,7
+1012,7
@@
static const struct dev_pm_ops wmt_mci_pm = {
static struct platform_driver wmt_mci_driver = {
.probe = wmt_mci_probe,
- .remove =
__exit_p(wmt_mci_remove)
,
+ .remove =
wmt_mci_remove
,
.driver = {
.name = DRIVER_NAME,
.owner = THIS_MODULE,