Commit 383aab51 authored by Roland Vossen's avatar Roland Vossen Committed by Greg Kroah-Hartman

staging: brcm80211: moved /include/srom.h into /brcmsmac dir

Code cleanup.
Signed-off-by: default avatarRoland Vossen <rvossen@broadcom.com>
Reviewed-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 32b45065
......@@ -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>
......
......@@ -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>
......
......@@ -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"
......
......@@ -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"
......
......@@ -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) ? \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment