]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: mmp: make plat-pxa build standalone
authorArnd Bergmann <arnd@arndb.de>
Tue, 15 Apr 2014 18:33:14 +0000 (20:33 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 1 Dec 2015 20:44:28 +0000 (21:44 +0100)
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

index daa1a65f2eb799c7dc12365146207105b735d8ba..ba13f793fbce45734b149e861481c0a33f996ac4 100644 (file)
@@ -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);