Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os 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>

authored by

Leo Chen and committed by
Russell King
ca6cfa83 5950bd38

-1
-1
arch/arm/mach-bcmring/core.c
··· 44 44 #include <asm/mach/irq.h> 45 45 #include <asm/mach/time.h> 46 46 #include <asm/mach/map.h> 47 - #include <asm/mach/mmc.h> 48 47 49 48 #include <cfg_global.h> 50 49