projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74911e3
)
ARM: mmp: make plat-pxa build standalone
author
Arnd Bergmann
<arnd@arndb.de>
Tue, 15 Apr 2014 18:33:14 +0000
(20:33 +0200)
committer
Arnd 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/plat-pxa/ssp.c
b/arch/arm/plat-pxa/ssp.c
index daa1a65f2eb799c7dc12365146207105b735d8ba..ba13f793fbce45734b149e861481c0a33f996ac4 100644
(file)
--- 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);