
From: Andrew Morton <akpm@osdl.org>

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 <rmk@arm.linux.org.uk>
Cc: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 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 <linux/delay.h>
 #include <linux/highmem.h>
 #include <linux/pci.h>
+#include <linux/dma-mapping.h>
 
 #include <linux/mmc/host.h>
 #include <linux/mmc/protocol.h>
_

