diff options
author | Leo Chen <leochen@broadcom.com> | 2009-09-28 16:56:19 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-10-01 11:26:16 -0400 |
commit | ca6cfa83463d1437895dc7e2e1b197e90dd07610 (patch) | |
tree | 6f561ed9795614360d78c1ac319b533b66887523 /arch/arm | |
parent | 5950bd3897de70c8085f328287183c800424749a (diff) |
ARM: 5733/1: fix bcmring compile error
The movement of the MMCI header file made bcmring break. It turns
out it was including asm/mmc.h without using it so fixing the
problem boils down to removing the offending include.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Acked-by: Scott Branden <sbranden@broadcom.com>
Signed-off-by: Leo Hao Chen <leochen@broadcom.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-bcmring/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-bcmring/core.c b/arch/arm/mach-bcmring/core.c index d3bf29baa3a4..4b4f69251b31 100644 --- a/arch/arm/mach-bcmring/core.c +++ b/arch/arm/mach-bcmring/core.c | |||
@@ -44,7 +44,6 @@ | |||
44 | #include <asm/mach/irq.h> | 44 | #include <asm/mach/irq.h> |
45 | #include <asm/mach/time.h> | 45 | #include <asm/mach/time.h> |
46 | #include <asm/mach/map.h> | 46 | #include <asm/mach/map.h> |
47 | #include <asm/mach/mmc.h> | ||
48 | 47 | ||
49 | #include <cfg_global.h> | 48 | #include <cfg_global.h> |
50 | 49 | ||