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:
08cab72
)
ARM: gic: use module.h instead of export.h
author
Arnd Bergmann
<arnd@arndb.de>
Mon, 31 Oct 2011 23:28:37 +0000
(
00:28
+0100)
committer
Arnd Bergmann
<arnd@arndb.de>
Mon, 31 Oct 2011 23:28:37 +0000
(
00:28
+0100)
The module.h cleanup series is not merged at this point, so use the
older header file for now, to make it build either way.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/common/gic.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/common/gic.c
b/arch/arm/common/gic.c
index 9d77777076f08e800e4f97b4b10ddfa9ee60e8c1..bf0e134e5206620cebdc16fba183a3ee72c57e4a 100644
(file)
--- a/
arch/arm/common/gic.c
+++ b/
arch/arm/common/gic.c
@@
-25,7
+25,7
@@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/err.h>
-#include <linux/
export
.h>
+#include <linux/
module
.h>
#include <linux/list.h>
#include <linux/smp.h>
#include <linux/cpu_pm.h>