Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249320
b: refs/heads/master
c: 36648b8
h: refs/heads/master
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed May 3, 2011
1 parent 5a74623 commit 1201597
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 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: 7754116bab5b69491dbb6eb320e59b244624df63
refs/heads/master: 36648b8bdaf75991ce1bea5bdf6699cd23c425fc
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ BRCMSMAC_OFILES := \
wlc_channel.o \
wlc_main.o \
wlc_phy_shim.o \
wlc_pmu.o \
wlc_rate.o \
wlc_stf.o \
phy/wlc_phy_cmn.o \
Expand All @@ -52,7 +53,6 @@ BRCMSMAC_OFILES := \
../util/bcmotp.o \
../util/bcmsrom.o \
../util/hnddma.o \
../util/hndpmu.o \
../util/nicpci.o \
../util/qmath.o \
../util/nvram/nvram_ro.o
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_lcn.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <qmath.h>
#include <linux/pci.h>
#include <siutils.h>
#include <hndpmu.h>
#include <wlc_pmu.h>

#include <bcmdevs.h>
#include <sbhnddma.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_n.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <linux/pci.h>
#include <siutils.h>
#include <sbchipc.h>
#include <hndpmu.h>
#include <wlc_pmu.h>

#include <bcmdevs.h>
#include <sbhnddma.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/wlc_bmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
#include <pcicfg.h>
#include <sbhnddma.h>
#include <hnddma.h>
#include <hndpmu.h>

#include "wlc_types.h"
#include "wlc_pmu.h"
#include "d11.h"
#include "wlc_cfg.h"
#include "wlc_rate.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/wlc_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
#include <wlioctl.h>
#include <sbhnddma.h>
#include <hnddma.h>
#include <hndpmu.h>

#include "wlc_pmu.h"
#include "d11.h"
#include "wlc_types.h"
#include "wlc_cfg.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/wlc_phy_shim.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <pcicfg.h>
#include <sbhnddma.h>
#include <hnddma.h>
#include <hndpmu.h>
#include <wlc_pmu.h>

#include "wlc_types.h"
#include "wl_dbg.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <bcmdevs.h>
#include <hndsoc.h>
#include <sbchipc.h>
#include <hndpmu.h>
#include <wlc_pmu.h>
#include "siutils_priv.h"

#define PMU_ERROR(args)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/util/siutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <sbsdpcmdev.h>
#include <bcmsdpcm.h>
#endif /* BCMSDIO */
#include <hndpmu.h>
#include <wlc_pmu.h>

/* this file now contains only definitions for sb functions, only necessary
*for devices using Sonics backplanes (bcm4329)
Expand Down

0 comments on commit 1201597

Please sign in to comment.