Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca6cfa83 authored by Leo Chen's avatar Leo Chen Committed by Russell King
Browse files

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: default avatarLinus Walleij <linus.walleij@stericsson.com>
Acked-by: default avatarScott Branden <sbranden@broadcom.com>
Signed-off-by: default avatarLeo Hao Chen <leochen@broadcom.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 5950bd38
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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>