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:
39378e4
)
ARM: exynos: add missing include of linux/module.h
author
Arnd Bergmann
<arnd@arndb.de>
Wed, 19 Mar 2014 17:29:36 +0000
(18:29 +0100)
committer
Arnd Bergmann
<arnd@arndb.de>
Fri, 21 Mar 2014 17:26:25 +0000
(18:26 +0100)
After the restructuring of the module.h and init.h headers,
we now need to include this explicitly here.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-exynos/cpuidle.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-exynos/cpuidle.c
b/arch/arm/mach-exynos/cpuidle.c
index f57cb91f02aa939b8896ed07eae6f3e2326f38da..93d2decc112d629728d6736dbadc6690c1ce4f84 100644
(file)
--- a/
arch/arm/mach-exynos/cpuidle.c
+++ b/
arch/arm/mach-exynos/cpuidle.c
@@
-14,6
+14,7
@@
#include <linux/cpu_pm.h>
#include <linux/io.h>
#include <linux/export.h>
+#include <linux/module.h>
#include <linux/time.h>
#include <linux/platform_device.h>