]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: vt8500: Remove erroneous __exitp in wmt_mci_driver
authorTony Prisk <linux@prisktech.co.nz>
Sun, 13 Jan 2013 06:19:20 +0000 (19:19 +1300)
committerChris Ball <cjb@laptop.org>
Mon, 11 Feb 2013 18:29:00 +0000 (13:29 -0500)
commit07fa8da1e4f02b2bf9d7da3897cda3d5859034bf
tree63993e3b30ffb9dd448ff65be030486e4345f48d
parentd37d888a6e2abba8c44fac0ad51441897a1c108e
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: Tony Prisk <linux@prisktech.co.nz>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/wmt-sdmmc.c