Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 893613b0 authored by Tony Prisk's avatar Tony Prisk Committed by Chris Ball
Browse files

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: default avatarTony Prisk <linux@prisktech.co.nz>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 9640639b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,