]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci: merge two sdhci-pltfm.h into one
authorShawn Guo <shawn.guo@linaro.org>
Fri, 27 May 2011 15:48:15 +0000 (23:48 +0800)
committerChris Ball <cjb@laptop.org>
Wed, 20 Jul 2011 21:20:48 +0000 (17:20 -0400)
commitd83454e88fc6477402dae5e78877028629dfcd0b
tree41d7253d5bc7f05a901277c3f2631ff2da31268b
parent43be1165224d9cb1b77c68d83b99a095589116a5
mmc: sdhci: merge two sdhci-pltfm.h into one

The structure sdhci_pltfm_data is not necessarily to be in a public
header like include/linux/mmc/sdhci-pltfm.h, so the patch moves it
into drivers/mmc/host/sdhci-pltfm.h and eliminates the former one.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Grant Likely <grant.likely@secretlab.ca>
Reviewed-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-cns3xxx.c
drivers/mmc/host/sdhci-esdhc-imx.c
drivers/mmc/host/sdhci-pltfm.h
include/linux/mmc/sdhci-pltfm.h [deleted file]