forked from Minki/linux
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>
This commit is contained in:
parent
5950bd3897
commit
ca6cfa8346
@ -44,7 +44,6 @@
|
|||||||
#include <asm/mach/irq.h>
|
#include <asm/mach/irq.h>
|
||||||
#include <asm/mach/time.h>
|
#include <asm/mach/time.h>
|
||||||
#include <asm/mach/map.h>
|
#include <asm/mach/map.h>
|
||||||
#include <asm/mach/mmc.h>
|
|
||||||
|
|
||||||
#include <cfg_global.h>
|
#include <cfg_global.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user