Skip to content

Commit

Permalink
staging: brcm80211: remove unused fields from struct si_info
Browse files Browse the repository at this point in the history
Two fields were not used in the driver code so they have been removed
from struct si_info definition.

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Reviewed-by: Franky Lin <frankyl@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Jun 28, 2011
1 parent 6267646 commit af34b02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/brcm80211/brcmsmac/aiutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -470,10 +470,6 @@ struct si_info {

void *pch; /* PCI/E core handle */

gpioh_item_t *gpioh_head; /* GPIO event handlers list */

bool memseg; /* flag to toggle MEM_SEG register */

char *vars;
uint varsz;

Expand Down

0 comments on commit af34b02

Please sign in to comment.