from 'struct osl_info' structure Signed-off-by: Mike Rapoport <mike.rapoport@xxxxxxxxx> --- drivers/staging/brcm80211/util/linux_osl.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/brcm80211/util/linux_osl.c b/drivers/staging/brcm80211/util/linux_osl.c index 876d72f..d86afba 100644 --- a/drivers/staging/brcm80211/util/linux_osl.c +++ b/drivers/staging/brcm80211/util/linux_osl.c @@ -37,7 +37,6 @@ struct osl_info { osl_pubinfo_t pub; uint magic; void *pdev; - uint malloced; uint failed; uint bustype; }; @@ -128,7 +127,6 @@ osl_t *osl_attach(void *pdev, uint bustype, bool pkttag) #endif /* BRCM_FULLMAC */ osh->magic = OS_HANDLE_MAGIC; - osh->malloced = 0; osh->failed = 0; osh->pdev = pdev; osh->pub.pkttag = pkttag; -- 1.6.4.4 -- 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