ARM: exynos: add missing include of linux/module.h
authorArnd Bergmann <arnd@arndb.de>
Wed, 19 Mar 2014 17:29:36 +0000 (18:29 +0100)
committerArnd 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

index f57cb91f02aa939b8896ed07eae6f3e2326f38da..93d2decc112d629728d6736dbadc6690c1ce4f84 100644 (file)
@@ -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>
 
This page took 0.078733 seconds and 5 git commands to generate.