Return-path: Received: from mail-bw0-f46.google.com ([209.85.214.46]:43534 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751757Ab0JLWKu (ORCPT ); Tue, 12 Oct 2010 18:10:50 -0400 Received: by mail-bw0-f46.google.com with SMTP id 15so2776714bwz.19 for ; Tue, 12 Oct 2010 15:10:49 -0700 (PDT) From: mike.rapoport@gmail.com To: Greg Kroah-Hartman Cc: Brett Rudley , Henry Ptasinski , Nohee Ko , linux-wireless@vger.kernel.org, Mike Rapoport Subject: [PATCH 7/7] staging: brcm80211: remove unrefrenced malloced field Date: Wed, 13 Oct 2010 00:09:13 +0200 Message-Id: In-Reply-To: References: Sender: linux-wireless-owner@vger.kernel.org List-ID: from 'struct osl_info' structure Signed-off-by: Mike Rapoport --- 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