diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-04-15 20:33:14 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-12-01 21:44:28 +0100 |
commit | 8bf42cc8888f1475728104d386fc9306b8ef7e3e (patch) | |
tree | ae12f28dea9c3597c710007e56f714ac06818c81 /arch/arm/plat-pxa | |
parent | 74911e3a0eca6b3e03bc0764af9486b783b44ebf (diff) | |
download | linux-8bf42cc8888f1475728104d386fc9306b8ef7e3e.tar.bz2 |
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 <arnd@arndb.de>
Diffstat (limited to 'arch/arm/plat-pxa')
-rw-r--r-- | arch/arm/plat-pxa/ssp.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/of_device.h> #include <asm/irq.h> -#include <mach/hardware.h> static DEFINE_MUTEX(ssp_lock); static LIST_HEAD(ssp_list); |