[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4FEAD887.1080504@ozmodevices.com>
Date: Wed, 27 Jun 2012 10:55:19 +0100
From: Rupesh Gujare <rgujare@...odevices.com>
To: Greg KH <gregkh@...uxfoundation.org>
CC: <devel@...verdev.osuosl.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/3] staging: ozwpan: Fix compilation issue due to export.h
On 26/06/12 23:07, Greg KH wrote:
> On Tue, Jun 26, 2012 at 01:03:40PM +0100, Rupesh Gujare wrote:
>> Fixes compilation error caused due to header file.
>>
>> Signed-off-by: Rupesh Gujare <rgujare@...odevices.com>
>> ---
>> drivers/staging/ozwpan/ozhcd.c | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/drivers/staging/ozwpan/ozhcd.c b/drivers/staging/ozwpan/ozhcd.c
>> index 251f07c..e3efa41 100644
>> --- a/drivers/staging/ozwpan/ozhcd.c
>> +++ b/drivers/staging/ozwpan/ozhcd.c
>> @@ -28,7 +28,7 @@
>> #include <linux/usb.h>
>> #include <linux/jiffies.h>
>> #include <linux/slab.h>
>> -#include <linux/export.h>
>> +#include <linux/module.h>
> I don't understand, what is this fixing? It builds for me ok here, why
> is module.h needed instead of export.h?
>
> confused,
>
Greg,
Sorry about that. Looks like I tried to compile against distribution
kernel, which was throwing error.
Please ignore this patch.
--
Regards,
Rupesh Gujare
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists