diff mbox

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

Message ID 1395257399-359545-59-git-send-email-arnd@arndb.de (mailing list archive)
State New, archived
Headers show

Commit Message

Arnd Bergmann March 19, 2014, 7:29 p.m. UTC
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>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: Ben Dooks <ben-linux@fluff.org>
---
 arch/arm/mach-exynos/cpuidle.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Kim Kukjin March 20, 2014, 4:23 a.m. UTC | #1
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@arndb.de>
> Cc: Tomasz Figa <tomasz.figa@gmail.com>
> Cc: Kukjin Kim <kgene.kim@samsung.com>

Acked-by: Kukjin Kim <kgene.kim@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@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
Arnd Bergmann March 21, 2014, 3:42 p.m. UTC | #2
On Thursday 20 March 2014, Kukjin Kim wrote:
> 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@arndb.de>
> > Cc: Tomasz Figa <tomasz.figa@gmail.com>
> > Cc: Kukjin Kim <kgene.kim@samsung.com>
> 
> Acked-by: Kukjin Kim <kgene.kim@samsung.com>
> 
> Arnd,
> 
> If you want me to take this fixes for Samsung stuff into samsung tree,
> please let me know.

I think it's easier for me to keep the 62 fixes together as a series
this time.

When I find new bugs later on, it may be better for you and the
other platform maintainers to pick those up.

	Arnd
Kim Kukjin March 21, 2014, 11:40 p.m. UTC | #3
Arnd Bergmann wrote:
> 
> On Thursday 20 March 2014, Kukjin Kim wrote:
> > 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@arndb.de>
> > > Cc: Tomasz Figa <tomasz.figa@gmail.com>
> > > Cc: Kukjin Kim <kgene.kim@samsung.com>
> >
> > Acked-by: Kukjin Kim <kgene.kim@samsung.com>
> >
> > Arnd,
> >
> > If you want me to take this fixes for Samsung stuff into samsung tree,
> > please let me know.
> 
> I think it's easier for me to keep the 62 fixes together as a series
> this time.
> 
OK.

> When I find new bugs later on, it may be better for you and the
> other platform maintainers to pick those up.
> 
OK, thanks.

- Kukjin
diff mbox

Patch

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>