From: Andrew Morton drivers/mmc/sdhci.c: In function `sdhci_probe_slot': drivers/mmc/sdhci.c:1028: error: `DMA_32BIT_MASK' undeclared (first use in this function) Cc: Russell King Cc: Pierre Ossman Signed-off-by: Andrew Morton --- drivers/mmc/sdhci.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/mmc/sdhci.c~mmc-sdhci-build-fix drivers/mmc/sdhci.c --- 25-alpha/drivers/mmc/sdhci.c~mmc-sdhci-build-fix 2006-03-06 23:19:40.000000000 -0800 +++ 25-alpha-akpm/drivers/mmc/sdhci.c 2006-03-06 23:19:40.000000000 -0800 @@ -17,6 +17,7 @@ #include #include #include +#include #include #include _