mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 23:29:10 -04:00
staging: brcm80211: separate hndpmu functionality for brcmsmac driver
The hndpmu source file has functions for brcmfmac and brcmsmac driver but it turns out that on function level there is no reuse so for the brcmsmac its set of functions now reside in wlc_pmu.c. Cc: devel@linuxdriverproject.org Cc: linux-wireless@vger.kernel.org Cc: Brett Rudley <brudley@broadcom.com> Cc: Henry Ptasinski <henryp@broadcom.com> Cc: Roland Vossen <rvossen@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7754116bab
commit
36648b8bda
@@ -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 \
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user