[PATCH 7/8] ARM: mmp: make plat-pxa build standalone
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-02-27 13:31:27
Subsystem:
arm port, the rest · Maintainers:
Russell King, Linus Torvalds
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-02-27 13:31:27
Subsystem:
arm port, the rest · Maintainers:
Russell King, Linus Torvalds
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 <arnd@arndb.de> --- arch/arm/plat-pxa/ssp.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/arch/arm/plat-pxa/ssp.c b/arch/arm/plat-pxa/ssp.c
index ad9529cc4203..257790259d2b 100644
--- a/arch/arm/plat-pxa/ssp.c
+++ b/arch/arm/plat-pxa/ssp.c@@ -34,7 +34,6 @@ #include <linux/of_device.h> #include <asm/irq.h> -#include <mach/hardware.h> static DEFINE_MUTEX(ssp_lock); static LIST_HEAD(ssp_list);
--
2.1.0.rc2