From: Arnd Bergmann Date: Tue, 15 Apr 2014 18:33:14 +0000 (+0200) Subject: ARM: mmp: make plat-pxa build standalone X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8bf42cc8888f1475728104d386fc9306b8ef7e3e;p=linux-beck.git ARM: mmp: make plat-pxa build standalone The ssp.c driver in plat-pxa is the only remaining file including a mach/*.h header from mmp. It actually doesn't need mach/hardware.h at all, so we can remove the #include. Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/plat-pxa/ssp.c b/arch/arm/plat-pxa/ssp.c index daa1a65f2eb7..ba13f793fbce 100644 --- a/arch/arm/plat-pxa/ssp.c +++ b/arch/arm/plat-pxa/ssp.c @@ -34,7 +34,6 @@ #include #include -#include static DEFINE_MUTEX(ssp_lock); static LIST_HEAD(ssp_list);