commit | c6b8fdad144bbb915d124ffd95011ad55730bf9f | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Fri Oct 28 14:05:16 2005 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Oct 28 14:05:16 2005 +0100 |
tree | 060b83a573584c69f3fad1f5eec723ae1cbbca28 | |
parent | 766529fa2c95e2006ad4c4485c4cde0912d21f12 [diff] [blame] |
[ARM] 3/4: Remove asm/hardware.h from Versatile and Integrator io.h Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/drivers/mmc/mmci.c b/drivers/mmc/mmci.c index 91c7484..1e6bdba 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>