Skip to content

Commit

Permalink
ARM: 5733/1: fix bcmring compile error
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Scott Branden <[email protected]>
Signed-off-by: Leo Hao Chen <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
Leo Chen authored and Russell King committed Oct 1, 2009
1 parent 5950bd3 commit ca6cfa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-bcmring/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit ca6cfa8

Please sign in to comment.