Skip to content

Commit

Permalink
staging: brcm80211: moved /include/srom.h into /brcmsmac dir
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 32b4506 commit 383aab5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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 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 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 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 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
File renamed without changes.

0 comments on commit 383aab5

Please sign in to comment.