[PATCH 2/3] ARM: prima2: Replace include linux/module.h with linux/export.h

Syam Sidhardhan syamsidhardh at gmail.com
Thu Feb 14 15:50:51 EST 2013


Hi,

On Wed, Nov 14, 2012 at 8:29 AM, Barry Song <Barry.Song at 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 at 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



More information about the linux-arm-kernel mailing list