On Wed, Jun 1, 2011 at 21:45, Roland Vossen <rvossen@xxxxxxxxxxxx> wrote: > Code cleanup. > > Signed-off-by: Roland Vossen <rvossen@xxxxxxxxxxxx> > Reviewed-by: Arend van Spriel <arend@xxxxxxxxxxxx> > > 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: julian.calaby@xxxxxxxxx Profile: http://www.google.com/profiles/julian.calaby/ .Plan: http://sites.google.com/site/juliancalaby/ -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html