ARM: 5733/1: fix bcmring compile error
authorLeo Chen <leochen@broadcom.com>
Mon, 28 Sep 2009 20:56:19 +0000 (21:56 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 1 Oct 2009 15:26:16 +0000 (16:26 +0100)
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>
arch/arm/mach-bcmring/core.c

index d3bf29baa3a4d39be3b15ba12c57ea7364fab4b5..4b4f69251b313a07676a6dcef5b19418c9c3c379 100644 (file)
@@ -44,7 +44,6 @@
 #include <asm/mach/irq.h>
 #include <asm/mach/time.h>
 #include <asm/mach/map.h>
-#include <asm/mach/mmc.h>
 
 #include <cfg_global.h>