提交 893613b0 编写于 作者: T Tony Prisk 提交者: Chris Ball

mmc: vt8500: Remove erroneous __exitp in wmt_mci_driver

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: NTony Prisk <linux@prisktech.co.nz>
Signed-off-by: NChris Ball <cjb@laptop.org>
上级 9640639b
...@@ -1012,7 +1012,7 @@ static const struct dev_pm_ops wmt_mci_pm = { ...@@ -1012,7 +1012,7 @@ static const struct dev_pm_ops wmt_mci_pm = {
static struct platform_driver wmt_mci_driver = { static struct platform_driver wmt_mci_driver = {
.probe = wmt_mci_probe, .probe = wmt_mci_probe,
.remove = __exit_p(wmt_mci_remove), .remove = wmt_mci_remove,
.driver = { .driver = {
.name = DRIVER_NAME, .name = DRIVER_NAME,
.owner = THIS_MODULE, .owner = THIS_MODULE,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册