All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] ARM: prima2: Replace include linux/module.h with linux/export.h
@ 2012-11-13 15:49 Syam Sidhardhan
  2012-11-14  2:59 ` Barry Song
  0 siblings, 1 reply; 4+ messages in thread
From: Syam Sidhardhan @ 2012-11-13 15:49 UTC (permalink / raw)
  To: linux-arm-kernel

include <linux/export.h> is the right to go here.

Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
---
 arch/arm/mach-prima2/pm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-prima2/pm.c b/arch/arm/mach-prima2/pm.c
index fb5a791..f4a2270 100644
--- a/arch/arm/mach-prima2/pm.c
+++ b/arch/arm/mach-prima2/pm.c
@@ -9,7 +9,7 @@
 #include <linux/kernel.h>
 #include <linux/suspend.h>
 #include <linux/slab.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/of.h>
 #include <linux/of_address.h>
 #include <linux/of_device.h>
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] ARM: prima2: Replace include linux/module.h with linux/export.h
  2012-11-13 15:49 [PATCH 2/3] ARM: prima2: Replace include linux/module.h with linux/export.h Syam Sidhardhan
@ 2012-11-14  2:59 ` Barry Song
  2013-02-14 20:50   ` Syam Sidhardhan
  0 siblings, 1 reply; 4+ messages in thread
From: Barry Song @ 2012-11-14  2:59 UTC (permalink / raw)
  To: linux-arm-kernel

> -----Original Message-----
> From: Syam Sidhardhan [mailto:syamsidhardh at gmail.com]
> Sent: Tuesday, November 13, 2012 11:50 PM
> To: linux-arm-kernel at lists.infradead.org
> Cc: Barry Song
> Subject: [PATCH 2/3] ARM: prima2: Replace include linux/module.h with
> linux/export.h
> 
> include <linux/export.h> is the right to go here.
> 
> Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>

Acked. Thanks!
> ---
>  arch/arm/mach-prima2/pm.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-prima2/pm.c b/arch/arm/mach-prima2/pm.c
> index fb5a791..f4a2270 100644
> --- a/arch/arm/mach-prima2/pm.c
> +++ b/arch/arm/mach-prima2/pm.c
> @@ -9,7 +9,7 @@
>  #include <linux/kernel.h>
>  #include <linux/suspend.h>
>  #include <linux/slab.h>
> -#include <linux/module.h>
> +#include <linux/export.h>
>  #include <linux/of.h>
>  #include <linux/of_address.h>
>  #include <linux/of_device.h>
> --
> 1.7.4.1

-barry


Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Follow CSR on Twitter at http://twitter.com/CSR_PLC and read our blog at www.csr.com/blog

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 2/3] ARM: prima2: Replace include linux/module.h with linux/export.h
  2012-11-14  2:59 ` Barry Song
@ 2013-02-14 20:50   ` Syam Sidhardhan
  2013-02-16  2:09     ` Barry Song
  0 siblings, 1 reply; 4+ messages in thread
From: Syam Sidhardhan @ 2013-02-14 20:50 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Wed, Nov 14, 2012 at 8:29 AM, Barry Song <Barry.Song@csr.com> wrote:
>> -----Original Message-----
>> From: Syam Sidhardhan [mailto:syamsidhardh at gmail.com]
>> Sent: Tuesday, November 13, 2012 11:50 PM
>> To: linux-arm-kernel at lists.infradead.org
>> Cc: Barry Song
>> Subject: [PATCH 2/3] ARM: prima2: Replace include linux/module.h with
>> linux/export.h
>>
>> include <linux/export.h> is the right to go here.
>>
>> Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
>
> Acked. Thanks!
>> ---
>>  arch/arm/mach-prima2/pm.c |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/arm/mach-prima2/pm.c b/arch/arm/mach-prima2/pm.c
>> index fb5a791..f4a2270 100644
>> --- a/arch/arm/mach-prima2/pm.c
>> +++ b/arch/arm/mach-prima2/pm.c
>> @@ -9,7 +9,7 @@
>>  #include <linux/kernel.h>
>>  #include <linux/suspend.h>
>>  #include <linux/slab.h>
>> -#include <linux/module.h>
>> +#include <linux/export.h>
>>  #include <linux/of.h>
>>  #include <linux/of_address.h>
>>  #include <linux/of_device.h>


Ping,..
It's look like this patch is not yet applied.

Regards,
Syam

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 2/3] ARM: prima2: Replace include linux/module.h with linux/export.h
  2013-02-14 20:50   ` Syam Sidhardhan
@ 2013-02-16  2:09     ` Barry Song
  0 siblings, 0 replies; 4+ messages in thread
From: Barry Song @ 2013-02-16  2:09 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Syam,

> -----Original Message-----
> From: Syam Sidhardhan [mailto:syamsidhardh at gmail.com]
> Sent: Friday, February 15, 2013 4:51 AM
> To: Barry Song
> Cc: linux-arm-kernel at lists.infradead.org; DL-SHA-WorkGroupLinux
> Subject: Re: [PATCH 2/3] ARM: prima2: Replace include linux/module.h with
> linux/export.h
> 
> Hi,
> 
> On Wed, Nov 14, 2012 at 8:29 AM, Barry Song <Barry.Song@csr.com> wrote:
> >> -----Original Message-----
> >> From: Syam Sidhardhan [mailto:syamsidhardh at gmail.com]
> >> Sent: Tuesday, November 13, 2012 11:50 PM
> >> To: linux-arm-kernel at lists.infradead.org
> >> Cc: Barry Song
> >> Subject: [PATCH 2/3] ARM: prima2: Replace include linux/module.h with
> >> linux/export.h
> >>
> >> include <linux/export.h> is the right to go here.
> >>
> >> Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
> >
> > Acked. Thanks!
> >> ---
> >>  arch/arm/mach-prima2/pm.c |    2 +-
> >>  1 files changed, 1 insertions(+), 1 deletions(-)
> >>
> >> diff --git a/arch/arm/mach-prima2/pm.c b/arch/arm/mach-prima2/pm.c
> >> index fb5a791..f4a2270 100644
> >> --- a/arch/arm/mach-prima2/pm.c
> >> +++ b/arch/arm/mach-prima2/pm.c
> >> @@ -9,7 +9,7 @@
> >>  #include <linux/kernel.h>
> >>  #include <linux/suspend.h>
> >>  #include <linux/slab.h>
> >> -#include <linux/module.h>
> >> +#include <linux/export.h>
> >>  #include <linux/of.h>
> >>  #include <linux/of_address.h>
> >>  #include <linux/of_device.h>
> 
> 
> Ping,..
> It's look like this patch is not yet applied.

I'll handle it together with some other fixes. Thanks!

> 
> Regards,
> Syam

-barry



Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Follow CSR on Twitter at http://twitter.com/CSR_PLC and read our blog at www.csr.com/blog

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-02-16  2:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-13 15:49 [PATCH 2/3] ARM: prima2: Replace include linux/module.h with linux/export.h Syam Sidhardhan
2012-11-14  2:59 ` Barry Song
2013-02-14 20:50   ` Syam Sidhardhan
2013-02-16  2:09     ` Barry Song

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.