The patch titled Prevent au1xmmc.c breakage on non-Au1200 Alchemy has been added to the -mm tree. Its filename is prevent-au1xmmcc-breakage-on-non-au1200-alchemy.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Prevent au1xmmc.c breakage on non-Au1200 Alchemy From: Ralf Baechle <ralf@xxxxxxxxxxxxxx> The driver is selectable on other than Au1200 Alchemy systems but won't build nor work - there is no MMC hw. Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/mmc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/mmc/Kconfig~prevent-au1xmmcc-breakage-on-non-au1200-alchemy drivers/mmc/Kconfig --- devel/drivers/mmc/Kconfig~prevent-au1xmmcc-breakage-on-non-au1200-alchemy 2006-06-03 16:22:33.000000000 -0700 +++ devel-akpm/drivers/mmc/Kconfig 2006-06-03 16:22:33.000000000 -0700 @@ -84,7 +84,7 @@ config MMC_WBSD config MMC_AU1X tristate "Alchemy AU1XX0 MMC Card Interface support" - depends on SOC_AU1X00 && MMC + depends on MMC && SOC_AU1200 help This selects the AMD Alchemy(R) Multimedia card interface. If you have a Alchemy platform with a MMC slot, say Y or M here. _ Patches currently in -mm which might be from ralf@xxxxxxxxxxxxxx are origin.patch sparsemem-build-fix.patch git-mips.patch prevent-au1xmmcc-breakage-on-non-au1200-alchemy.patch au1550-1200-add-missing-psc-defines-make-oss-driver-use.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html