]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
staging: brcm80211: moved /include/srom.h into /brcmsmac dir
authorRoland Vossen <rvossen@broadcom.com>
Wed, 1 Jun 2011 11:46:04 +0000 (13:46 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 19:49:31 +0000 (12:49 -0700)
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>
drivers/staging/brcm80211/brcmsmac/aiutils.c
drivers/staging/brcm80211/brcmsmac/bottom_mac.c
drivers/staging/brcm80211/brcmsmac/main.c
drivers/staging/brcm80211/brcmsmac/phy_shim.c
drivers/staging/brcm80211/brcmsmac/srom.c
drivers/staging/brcm80211/brcmsmac/srom.h [moved from drivers/staging/brcm80211/include/srom.h with 100% similarity]

index 7eabe909e4af3ea3381aba762e57e13a57cec06b..fee89669c39273752b4ae15f0084ae6117db41c9 100644 (file)
@@ -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>
index 365cae065374b685cfb7975a5950584c4718f662..719df415578c24e9f1ff12bbc8c00dd188e0fdfe 100644 (file)
@@ -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>
index 759e68fa0a253f82f389589f4ac92879b1d56085..fc3d71d3b783455bd5bc57eb5551e76c45eb52f9 100644 (file)
@@ -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"
index 330001504c02faa8d300bfaf6d46187489187f1e..8b891f4ef6328c8d124a2e8f76556a7062e28da4 100644 (file)
@@ -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"
index 5a7b4348c77ae7daaec0a08fdc42f1b9cd865b83..17e0f2aa4051a70f0e535678d26c0126709f169f 100644 (file)
@@ -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) ? \