[PATCH 58/62] ARM: exynos: add missing include of linux/module.h

Kukjin Kim kgene.kim at samsung.com
Thu Mar 20 00:23:08 EDT 2014


Arnd Bergmann wrote:
> 
> 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 at arndb.de>
> Cc: Tomasz Figa <tomasz.figa at gmail.com>
> Cc: Kukjin Kim <kgene.kim at samsung.com>

Acked-by: Kukjin Kim <kgene.kim at samsung.com>

Arnd,

If you want me to take this fixes for Samsung stuff into samsung tree,
please let me know.

Thanks,
Kukjin

> Cc: Ben Dooks <ben-linux at fluff.org>
> ---
>  arch/arm/mach-exynos/cpuidle.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-exynos/cpuidle.c b/arch/arm/mach-
> exynos/cpuidle.c
> index f57cb91..93d2dec 100644
> --- 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>
> 
> --
> 1.8.3.2




More information about the linux-arm-kernel mailing list