On Wed, Jun 1, 2011 at 21:45, Roland Vossen <[email protected]> wrote:
> Code cleanup.
>
> Signed-off-by: Roland Vossen <[email protected]>
> Reviewed-by: Arend van Spriel <[email protected]>
>
> diff --git a/drivers/staging/brcm80211/brcmfmac/wl_iw.c 
> b/drivers/staging/brcm80211/brcmfmac/wl_iw.c
> index 2cc9bc7..9819a35 100644
> --- a/drivers/staging/brcm80211/brcmfmac/wl_iw.c
> +++ b/drivers/staging/brcm80211/brcmfmac/wl_iw.c
> @@ -27,7 +27,8 @@
>  #include <dngl_stats.h>
>  #include <dhd.h>
>  #include <linux/ieee80211.h>
> -typedef const struct si_pub si_t;
> +
> +struct si_pub;
>
>  #include <dngl_stats.h>
>  #include <dhd.h>

Should this struct definition be in a header file somewhere?

Thanks,

-- 
Julian Calaby

Email: [email protected]
Profile: http://www.google.com/profiles/julian.calaby/
.Plan: http://sites.google.com/site/juliancalaby/
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to