staging: brcm80211: deleted sbconfig.h, renamed sbcc.h
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>
This commit is contained in:
parent
d5f27a8f89
commit
745c9e6ebc
@ -131,7 +131,7 @@ typedef struct {
|
||||
} rte_cons_t;
|
||||
|
||||
#endif /* DHD_DEBUG */
|
||||
#include <sbchipc.h>
|
||||
#include <chipcommon.h>
|
||||
#include <sbdma.h>
|
||||
|
||||
#include <sdio.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <bcmutils.h>
|
||||
#include <aiutils.h>
|
||||
#include <bcmsoc.h>
|
||||
#include <sbchipc.h>
|
||||
#include <chipcommon.h>
|
||||
#include <bcmdevs.h>
|
||||
|
||||
/* ********** from siutils.c *********** */
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <bcmutils.h>
|
||||
#include <aiutils.h>
|
||||
#include <bcmsoc.h>
|
||||
#include <sbchipc.h>
|
||||
#include <chipcommon.h>
|
||||
#include <bcmotp.h>
|
||||
|
||||
#define OTPS_GUP_MASK 0x00000f00
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "wlc_types.h"
|
||||
#include <bcmutils.h>
|
||||
#include <bcmsoc.h>
|
||||
#include <sbchipc.h>
|
||||
#include <chipcommon.h>
|
||||
#include <bcmdevs.h>
|
||||
#include <nicpci.h>
|
||||
#include <aiutils.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <aiutils.h>
|
||||
#include <bcmsoc.h>
|
||||
#include <bcmdevs.h>
|
||||
#include <sbchipc.h>
|
||||
#include <chipcommon.h>
|
||||
#include <nicpci.h>
|
||||
|
||||
/* SPROM offsets */
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <bcmdefs.h>
|
||||
#include <bcmutils.h>
|
||||
#include <bcmnvram.h>
|
||||
#include <sbchipc.h>
|
||||
#include <chipcommon.h>
|
||||
#include <bcmdevs.h>
|
||||
#include <bcmsoc.h>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <bcmdefs.h>
|
||||
#include <bcmnvram.h>
|
||||
#include <sbchipc.h>
|
||||
#include <chipcommon.h>
|
||||
#include <bcmdevs.h>
|
||||
#include <sbdma.h>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <linux/delay.h>
|
||||
#include <linux/pci.h>
|
||||
#include <aiutils.h>
|
||||
#include <sbchipc.h>
|
||||
#include <chipcommon.h>
|
||||
#include <wlc_pmu.h>
|
||||
|
||||
#include <bcmdevs.h>
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <bcmotp.h>
|
||||
#include <bcmutils.h>
|
||||
#include <bcmnvram.h>
|
||||
#include <sbchipc.h>
|
||||
#include <chipcommon.h>
|
||||
#include <nicpci.h>
|
||||
#include <sbdma.h>
|
||||
#include <bcmdma.h>
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <bcmutils.h>
|
||||
#include <bcmwifi.h>
|
||||
#include <aiutils.h>
|
||||
#include <sbchipc.h>
|
||||
#include <chipcommon.h>
|
||||
#include <sbdma.h>
|
||||
#include <bcmdma.h>
|
||||
#include <wlc_pmu.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <linux/io.h>
|
||||
|
||||
#include <bcmdevs.h>
|
||||
#include <sbchipc.h>
|
||||
#include <chipcommon.h>
|
||||
#include <bcmutils.h>
|
||||
#include <bcmnvram.h>
|
||||
#include "wlc_pmu.h"
|
||||
|
@ -95,4 +95,16 @@ typedef struct wl_rateset {
|
||||
#define PM_MAX 1
|
||||
#define PM_FAST 2
|
||||
|
||||
/*
|
||||
* Sonics Configuration Space Registers.
|
||||
*/
|
||||
#define SBCONFIGOFF 0xf00 /* core sbconfig regs are top 256bytes of regs */
|
||||
|
||||
/* cpp contortions to concatenate w/arg prescan */
|
||||
#ifndef PAD
|
||||
#define _PADLINE(line) pad ## line
|
||||
#define _XSTR(line) _PADLINE(line)
|
||||
#define PAD _XSTR(__LINE__)
|
||||
#endif
|
||||
|
||||
#endif /* _bcmdefs_h_ */
|
||||
|
@ -18,7 +18,6 @@
|
||||
#define _HNDSOC_H
|
||||
|
||||
/* Include the soci specific files */
|
||||
#include <sbconfig.h>
|
||||
#include <aidmp.h>
|
||||
|
||||
/*
|
||||
|
@ -1,32 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) 2010 Broadcom Corporation
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
* copyright notice and this permission notice appear in all copies.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
|
||||
* SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
|
||||
* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef _SBCONFIG_H
|
||||
#define _SBCONFIG_H
|
||||
|
||||
/* cpp contortions to concatenate w/arg prescan */
|
||||
#ifndef PAD
|
||||
#define _PADLINE(line) pad ## line
|
||||
#define _XSTR(line) _PADLINE(line)
|
||||
#define PAD _XSTR(__LINE__)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Sonics Configuration Space Registers.
|
||||
*/
|
||||
#define SBCONFIGOFF 0xf00 /* core sbconfig regs are top 256bytes of regs */
|
||||
|
||||
#endif /* _SBCONFIG_H */
|
Loading…
Reference in New Issue
Block a user