lkml.org 
[lkml]   [2012]   [Jun]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/3] staging: ozwpan: Fix compilation issue due to export.h
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@ozmodevices.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 k-h


\
 
 \ /
  Last update: 2012-06-27 01:01    [W:0.147 / U:0.628 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site