OSDN Git Service

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>
Sun, 24 Feb 2013 19:36:56 +0000 (14:36 -0500)
commit893613b06f10578851d6bc36f0da33d248c93554
tree63993e3b30ffb9dd448ff65be030486e4345f48d
parent9640639b09313af4cd37a465408643aba927808e
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