From: Arend van Spriel Date: Tue, 3 May 2011 09:35:49 +0000 (+0200) Subject: staging: brcm80211: remove socitype member for struct si_pub definition X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6fa05a5e0cbe59fec0b45dce6b62a40918691e75;p=mv-sheeva.git staging: brcm80211: remove socitype member for struct si_pub definition The attribute socitype is no longer required so it is removed here. Cc: devel@linuxdriverproject.org Cc: linux-wireless@vger.kernel.org Cc: Brett Rudley Cc: Henry Ptasinski Cc: Roland Vossen Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/brcm80211/brcmsmac/aiutils.h b/drivers/staging/brcm80211/brcmsmac/aiutils.h index 379bd5151b5..b98099eaa62 100644 --- a/drivers/staging/brcm80211/brcmsmac/aiutils.h +++ b/drivers/staging/brcm80211/brcmsmac/aiutils.h @@ -291,8 +291,6 @@ * public (read-only) portion of aiutils handle returned by si_attach() */ struct si_pub { - uint socitype; /* SOCI_SB, SOCI_AI */ - uint bustype; /* SI_BUS, PCI_BUS */ uint buscoretype; /* PCI_CORE_ID, PCIE_CORE_ID, PCMCIA_CORE_ID */ uint buscorerev; /* buscore rev */