From: Arnd Bergmann Date: Wed, 19 Mar 2014 17:29:36 +0000 (+0100) Subject: ARM: exynos: add missing include of linux/module.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=96c3a2506b1bf17bd4e8d1abe8220912925ca279;p=deliverable%2Flinux.git ARM: exynos: add missing include of linux/module.h After the restructuring of the module.h and init.h headers, we now need to include this explicitly here. Signed-off-by: Arnd Bergmann Acked-by: Kukjin Kim Cc: Tomasz Figa Cc: Ben Dooks --- diff --git a/arch/arm/mach-exynos/cpuidle.c b/arch/arm/mach-exynos/cpuidle.c index f57cb91f02aa..93d2decc112d 100644 --- a/arch/arm/mach-exynos/cpuidle.c +++ b/arch/arm/mach-exynos/cpuidle.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include