]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit8bf42cc8888f1475728104d386fc9306b8ef7e3e
treeae12f28dea9c3597c710007e56f714ac06818c81
parent74911e3a0eca6b3e03bc0764af9486b783b44ebf
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>
arch/arm/plat-pxa/ssp.c