summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/mmci.c
diff options
context:
space:
mode:
authorRussell King2005-10-28 15:05:16 +0200
committerRussell King2005-10-28 15:05:16 +0200
commitc6b8fdad144bbb915d124ffd95011ad55730bf9f (patch)
tree060b83a573584c69f3fad1f5eec723ae1cbbca28 /drivers/mmc/mmci.c
parent[ARM] 2/4: Remove asm/hardware.h from asm-arm/arch-ebsa110/io.h (diff)
downloadkernel-qcow2-linux-c6b8fdad144bbb915d124ffd95011ad55730bf9f.tar.gz
kernel-qcow2-linux-c6b8fdad144bbb915d124ffd95011ad55730bf9f.tar.xz
kernel-qcow2-linux-c6b8fdad144bbb915d124ffd95011ad55730bf9f.zip
[ARM] 3/4: Remove asm/hardware.h from Versatile and Integrator io.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mmc/mmci.c')
-rw-r--r--drivers/mmc/mmci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/mmci.c b/drivers/mmc/mmci.c
index 91c74843dc0d..1e6bdba26756 100644
--- a/drivers/mmc/mmci.c
+++ b/drivers/mmc/mmci.c
@@ -24,6 +24,7 @@
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/scatterlist.h>
+#include <asm/sizes.h>
#include <asm/hardware/amba.h>
#include <asm/hardware/clock.h>
#include <asm/mach/mmc.h>