Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259419
b: refs/heads/master
c: 383aab5
h: refs/heads/master
i:
  259417: e2cca4f
  259415: 0e7e408
v: v3
  • Loading branch information
Roland Vossen authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent cb4adb4 commit c3c3a47
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 32b45065766b7421db2264a3ab7564c046a46d4d
refs/heads/master: 383aab51ddddcb05600a9fed9913325243d478f8
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/aiutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/* ********** from siutils.c *********** */
#include <nicpci.h>
#include <srom.h>
#include "srom.h"
#include <pmu.h>
#include <scb.h>
#include <pub.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/bottom_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <brcm_hw_ids.h>
#include <brcmu_wifi.h>
#include <aiutils.h>
#include <srom.h>
#include "srom.h"
#include "otp.h"
#include <brcmu_utils.h>
#include <chipcommon.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <brcmu_utils.h>
#include <brcmu_wifi.h>
#include <aiutils.h>
#include <srom.h>
#include "srom.h"
#include "dma.h"

#include "pmu.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/phy_shim.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include "pub.h"
#include "phy/phy_hal.h"
#include "channel.h"
#include <srom.h>
#include "srom.h"
#include "key.h"
#include "bottom_mac.h"
#include "phy_hal.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/srom.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <brcm_hw_ids.h>
#include <nicpci.h>
#include <aiutils.h>
#include <srom.h>
#include "srom.h"
#include "otp.h"

#define SROM_OFFSET(sih) ((sih->ccrev > 31) ? \
Expand Down

0 comments on commit c3c3a47

Please sign in to comment.