]> git.baikalelectronics.ru Git - kernel.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>
Sun, 24 Feb 2013 19:36:56 +0000 (14:36 -0500)
commit05e79f825814ce22adbb7dd0057556fab88309a1
tree63993e3b30ffb9dd448ff65be030486e4345f48d
parent07d55641c20a5d969a90f24aee4e79009c6a37a9
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