Skip to content

Commit

Permalink
staging: brcm80211: replaced typedef si_t with struct si_pub
Browse files Browse the repository at this point in the history
Code cleanup.

Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Reviewed-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Roland Vossen authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent fd24b0f commit d5f27a8
Show file tree
Hide file tree
Showing 16 changed files with 228 additions and 223 deletions.
3 changes: 2 additions & 1 deletion drivers/staging/brcm80211/brcmfmac/wl_iw.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
#include <dngl_stats.h>
#include <dhd.h>
#include <linux/ieee80211.h>
typedef const struct si_pub si_t;

struct si_pub;

#include <dngl_stats.h>
#include <dhd.h>
Expand Down
Loading

0 comments on commit d5f27a8

Please sign in to comment.