Skip to content

Commit

Permalink
staging: brcm80211: remove extern variable definitions in bcmsrom.c
Browse files Browse the repository at this point in the history
The file bcmsrom.c defined two global externals. As these were also
not used these have been removed.

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent a4f031d commit d70462f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/brcm80211/brcmsmac/bcmsrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ typedef struct varbuf {
char *buf; /* pointer to current position */
unsigned int size; /* current (residual) size in bytes */
} varbuf_t;
extern char *_vars;
extern uint _varsz;

/* Assumptions:
* - Ethernet address spans across 3 consective words
Expand Down

0 comments on commit d70462f

Please sign in to comment.