]> bbs.cooldavid.org Git - net-next-2.6.git/commit
mmc: sdhci-of-esdhc: factor out common stuff
authorWolfram Sang <w.sang@pengutronix.de>
Fri, 15 Oct 2010 10:21:03 +0000 (12:21 +0200)
committerChris Ball <cjb@laptop.org>
Sat, 23 Oct 2010 13:11:22 +0000 (21:11 +0800)
commit80872e21b0263f016f2edb7b72dd8be5636d7ca7
treed20f4595f8e4dede60fbf14a6787ccbed1827eae
parent012994f4fa5fc7663b51fa921c85c0a352339b24
mmc: sdhci-of-esdhc: factor out common stuff

Put everything which can be shared between the OF and platform version
of this driver into a local .h file.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Tested-by: Eric BĂ©nard <eric@eukrea.com>
[cjb: fix compile error: sdhci-esdhc.c->sdhci-esdhc.h]
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-esdhc.h [new file with mode: 0644]
drivers/mmc/host/sdhci-of-esdhc.c