]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: omap_hsmmc: Remove unnecessary callbacks from platform data
authorAndreas Fenkart <afenkart@gmail.com>
Sat, 8 Nov 2014 14:33:16 +0000 (15:33 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 26 Nov 2014 13:30:56 +0000 (14:30 +0100)
commitb5cd43f062717b6c92f93bc0c593764e144ea331
tree0eac8d801aa05c2420657c26066531de8cb0cf26
parent1e363e3b47bd9a0bddf1bfba8751240e0ecb3948
mmc: omap_hsmmc: Remove unnecessary callbacks from platform data

These callbacks are set during driver probe and not from the platform
init, -- evtl. they had been for oamp 1/2 -- for omap3 they are local
functions of the driver. These indirection could be dropped
altogether in favor of regular function calls TODO

Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Andreas Fenkart <afenkart@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/omap_hsmmc.c
include/linux/platform_data/hsmmc-omap.h