From: Martin Michlmayr Date: Sat, 4 Mar 2006 23:01:13 +0000 (+0000) Subject: [MMC] au1xmmc: Fix compilation error by using platform_driver X-Git-Tag: v2.6.16-rc6~122^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b256f9df4a7da248263ed95c2517ddb714f9ca95;p=pandora-kernel.git [MMC] au1xmmc: Fix compilation error by using platform_driver drivers/mmc/au1xmmc.c currently doesn't compile; it needs to be converted to use platform_driver. I cannot test this change because of lack of hardware but I followed the drivers this one is based on, and the code is certainly not worse than before. drivers/mmc/au1xmmc.c: At top level: drivers/mmc/au1xmmc.c:1002: error: ‘platform_bus_type’ undeclared here (not in a function) make[2]: *** [drivers/mmc/au1xmmc.o] Error 1 Signed-off-by: Martin Michlmayr Acked-by: Jordan Crouse Signed-off-by: Russell King --- Reading git-diff-tree failed