[PATCH] net: hns: mark symbols static where possible

2016-10-26 Thread Baoyou Xie
tion, but can be made static. So this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 30 +++--- drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c | 2 +- drivers/net/ethernet/hisilicon/hn

[PATCH] rtl8xxxu: mark symbol static where possible

2016-10-26 Thread Baoyou Xie
eclaration, but can be made static. So this patch marks this function with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/dsa/mv88e6xxx/chip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip

[PATCH v3] net: hns: mark symbols static where possible

2016-10-01 Thread Baoyou Xie
' [-Wmissing-prototypes] In fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be made static. So this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/hisilic

[PATCH 2/2] qed: remove unused function in qed_cxt.c

2016-09-30 Thread Baoyou Xie
his patch removes these unused functions. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/qlogic/qed/qed_cxt.c | 319 -- 1 file changed, 319 deletions(-) diff --git a/drivers/net/ethernet/qlogic/qed/qed_cxt.c b/drivers/net/ethernet/qlogic/qed/qed_cxt.c index d7e9b14

[PATCH 1/2] qed: mark symbols static where possible

2016-09-30 Thread Baoyou Xie
fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be made static. So this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/qlogic/qed/qed_cxt.c | 16 - drivers/net/ether

[PATCH] net: ethernet: mediatek: mark symbols static where possible

2016-09-30 Thread Baoyou Xie
_link_ksettings' [-Wmissing-prototypes] In fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be made static. So this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/med

[PATCH 2/2] net: hns: add missing function declaration

2016-09-30 Thread Baoyou Xie
hus can be recognized in other file. so this patch adds the missing function declaration into drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.h. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/ne

[PATCH 1/2] net: hns: mark symbols static where possible

2016-09-30 Thread Baoyou Xie
' [-Wmissing-prototypes] In fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be made static. So this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/hisilicon/h

[PATCH] cxgb4: mark cxgb_setup_tc() static

2016-09-30 Thread Baoyou Xie
but can be made static. so this patch marks this function with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c b/drivers/n

[PATCH] vhost: mark symbols static in vhost.c

2016-09-26 Thread Baoyou Xie
these functions are defined in the macro 'INTERVAL_TREE_DEFINE' in include/linux/interval_tree_generic.h and don't need a declaration, but can be made static. so this patch marks these functions with 'static' by modifying the macro. Signed-off-by: Baoyou Xie --- drivers/vho

[PATCH v2] net: hns: mark symbols static where possible

2016-09-26 Thread Baoyou Xie
gs' [-Wmissing-prototypes] drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c:735:5: warning: no previous prototype for 'hns_ae_get_regs_len' [-Wmissing-prototypes] In fact, these functions are only used in the file in which they are declared and don't need a declaration,

[PATCH] net: hns: mark symbols static where possible

2016-09-25 Thread Baoyou Xie
gs' [-Wmissing-prototypes] drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c:735:5: warning: no previous prototype for 'hns_ae_get_regs_len' [-Wmissing-prototypes] In fact, these functions are only used in the file in which they are declared and don't need a declaration,

[PATCH] rtl8xxxu: mark rtl8192eu_power_off() static

2016-09-25 Thread Baoyou Xie
eclaration, but can be made static. so this patch marks this function with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192e.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xx

[PATCH] net: mvneta: mark symbols static where possible

2016-09-25 Thread Baoyou Xie
_link_ksettings' [-Wmissing-prototypes] In fact, these two functions are only used in the file in which they are declared and don't need a declaration, but can be made static. so this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/marve

[PATCH] net: hip04: mark tx_done() static

2016-09-25 Thread Baoyou Xie
made static. so this patch marks this function with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/hisilicon/hip04_eth.c b/drivers/net/ethernet/hisilicon/

[PATCH] net: hisilicon: mark symbols static where possible

2016-09-25 Thread Baoyou Xie
emac_drv_resume' [-Wmissing-prototypes] In fact, these two functions are only used in the file in which they are declared and don't need a declaration, but can be made static. so this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/h

[PATCH] net: bcmgenet: remove unused function in bcmgenet.c

2016-09-24 Thread Baoyou Xie
lled by no one, thus can be removed. So this patch removes the unused functions. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 122 - 1 file changed, 122 deletions(-) diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet.c b/d

[PATCH] cxgb4: mark symbols static where possible

2016-09-24 Thread Baoyou Xie
pes] In fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be made static. so this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +- drivers/ne

[PATCH] igb: mark igb_rxnfc_write_vlan_prio_filter() static

2016-09-24 Thread Baoyou Xie
d a declaration, but can be made static. so this patch marks this function with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/intel/igb/igb_ethtool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/intel/igb/igb_ethtool.c b/d

[PATCH] ixgbe: mark symbols static where possible

2016-09-24 Thread Baoyou Xie
totype for 'ixgbe_led_off_t_x550em' [-Wmissing-prototypes] In fact, these two functions are only used in the file in which they are declared and don't need a declaration, but can be made static. so this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/et

[PATCH 6/6] mISDN: remove unused function

2016-09-23 Thread Baoyou Xie
We get 1 warning when building kernel with W=1: drivers/isdn/mISDN/layer2.c:463:1: warning: no previous declaration for 'IsRR' [-Wmissing-declarations] In fact, this function is called by no one and not exported, so this patch removes it. Signed-off-by: Baoyou Xie --- drivers/

[PATCH 5/6] mISDN: mark symbols static where possible

2016-09-23 Thread Baoyou Xie
which they are declared and don't need a declaration, but can be made static. So this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/isdn/mISDN/layer2.c | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions

[PATCH 4/6] isdn/hisax: clean function declaration in hscx.c up

2016-09-23 Thread Baoyou Xie
d in other file. So this patch moves the declaration into drivers/isdn/hisax/hscx.h. Signed-off-by: Baoyou Xie --- drivers/isdn/hisax/elsa_ser.c | 2 +- drivers/isdn/hisax/hscx.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/isdn/hisax/elsa_ser.c b/drivers/

[PATCH 3/6] isdn/hisax: add function declarations

2016-09-23 Thread Baoyou Xie
So this patch adds function declarations in drivers/isdn/hisax/hisax.h. Signed-off-by: Baoyou Xie --- drivers/isdn/hisax/config.c | 60 - drivers/isdn/hisax/hisax.h | 60 + 2 files changed, 60 insertions(+

[PATCH 2/6] isdn/hardware/eicon: add missing header dependencies

2016-09-23 Thread Baoyou Xie
s. Signed-off-by: Baoyou Xie --- drivers/isdn/hardware/eicon/diva.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/isdn/hardware/eicon/diva.c b/drivers/isdn/hardware/eicon/diva.c index 9693add..ad32552 100644 --- a/drivers/isdn/hardware/eicon/diva.c +++ b/drivers/isdn/hardware/ei

[PATCH 1/6] isdn/eicon: add function declarations

2016-09-23 Thread Baoyou Xie
fact, these functions need be declare in some header files. So this patch adds function declarations in drivers/isdn/hardware/eicon/di_defs.h, drivers/isdn/hardware/eicon/capifunc.h, drivers/isdn/hardware/eicon/xdi_adapter.h. Signed-off-by: Baoyou Xie --- drivers/isdn/hardware/eicon/capifunc.c

[PATCH] net: mvneta: mark symbols static where possible

2016-09-18 Thread Baoyou Xie
_link_ksettings' [-Wmissing-prototypes] In fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be made static. so this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/marve

[PATCH] cxgb4: mark symbols static where possible

2016-09-18 Thread Baoyou Xie
totype for 'free_sge_queues_uld' [-Wmissing-prototypes] In fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be made static. so this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethe

[PATCH] net: hns: add function declarations in hns_dsaf_mac.h

2016-09-18 Thread Baoyou Xie
totype for 'hns_dsaf_roce_srst' [-Wmissing-prototypes] In fact, these two functions are not declared in any file, but should be declared in a header file, thus can be recognized in other file. So this patch adds the declarations into drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.h Signed-off-by: Baoy

[PATCH] net: hns: mark symbols static where possible

2016-09-18 Thread Baoyou Xie
aration, but can be made static. so this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/hisilicon/hisi_femac.c| 6 ++--- drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 30 +++--- drivers/net/ethernet/hisil

[PATCH] igb: mark igb_rxnfc_write_vlan_prio_filter() static

2016-09-18 Thread Baoyou Xie
d a declaration, but can be made static. so this patch marks this function with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/intel/igb/igb_ethtool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/intel/igb/igb_ethtool.c b/d

[PATCH] ixgbe: mark symbols static where possible

2016-09-18 Thread Baoyou Xie
totype for 'ixgbe_led_off_t_x550em' [-Wmissing-prototypes] In fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be made static. so this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/i

[PATCH] net/mlx5: clean function declarations in eswitch.c up

2016-09-18 Thread Baoyou Xie
t/mellanox/mlx5/core/eswitch.h Signed-off-by: Baoyou Xie --- drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 3 --- drivers/net/ethernet/mellanox/mlx5/core/eswitch.h | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c b/

[PATCH] mlxsw: spectrum: mark symbols static where possible

2016-09-18 Thread Baoyou Xie
27;t need a declaration, but can be made static. so this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/mellanox/mlxsw/spectrum.c| 6 -- drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c | 4 ++-- 2 files changed, 6 insertions

[PATCH] be2net: mark symbols static where possible

2016-09-18 Thread Baoyou Xie
set_logical_link_config' [-Wmissing-prototypes] In fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be made static. so this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/eth

[PATCH] phy: mark lan88xx_suspend() static

2016-09-18 Thread Baoyou Xie
static. so this patch marks this function with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/phy/microchip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/phy/microchip.c b/drivers/net/phy/microchip.c index 15f8206..7c00e50 100644 --- a/drivers/

[PATCH v3] qed: mark symbols static where possible

2016-09-08 Thread Baoyou Xie
ng-prototypes] In fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be made static. so this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/qlogic/qed/qed_dcbx.c | 10

[PATCH] vhost: mark vhost_process_iotlb_msg() static

2016-09-08 Thread Baoyou Xie
static. so this patch marks this function with 'static'. Signed-off-by: Baoyou Xie --- drivers/vhost/vhost.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index c6f2d89..bf045ac 100644 --- a/drivers/vhost/vhost.c ++

[PATCH] qede: mark qede_set_features() static

2016-09-08 Thread Baoyou Xie
but can be made static. so this patch marks this function with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/qlogic/qede/qede_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/qlogic/qede/qede_main.c b/drivers/net/etherne

[PATCH v2] qed: mark symbols static where possible

2016-09-08 Thread Baoyou Xie
ng-prototypes] In fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be made static. so this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/qlogic/qed/qed_dcbx.c | 9 +++

[PATCH] qed: mark symbols static where possible

2016-09-07 Thread Baoyou Xie
otypes] drivers/net/ethernet/qlogic/qed/qed_sriov.c:2762:5: warning: no previous prototype for 'qed_iov_vf_flr_cleanup' [-Wmissing-prototypes] In fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be made static.

[PATCH] qed: add missing header dependencies

2016-09-07 Thread Baoyou Xie
ck' [-Wmissing-prototypes] In fact, these functions are declared in qed_selftest.h, so this patch add missing header dependencies. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/qlogic/qed/qed_selftest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/qlogic/qe

[PATCH] net: arc_emac: mark arc_mdio_reset() static

2016-09-06 Thread Baoyou Xie
made static. so this patch marks this function with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/ethernet/arc/emac_mdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/arc/emac_mdio.c b/drivers/net/ethernet/arc/emac_mdio.c index 0584

[PATCH] lan78xx: mark symbols static where possible

2016-09-06 Thread Baoyou Xie
se functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/usb/lan78xx.c | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/drivers/net/usb/lan78xx.c b/drivers/net/usb/lan78xx.c index 6a9d474..8c467a5 100644 --- a/drivers/net/

[PATCH] vmxnet3: mark vmxnet3_rq_destroy_all_rxdataring() static

2016-09-06 Thread Baoyou Xie
ion, but can be made static. so this patch marks this function with 'static'. Signed-off-by: Baoyou Xie --- drivers/net/vmxnet3/vmxnet3_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/vmxnet3/vmxnet3_drv.c b/drivers/net/vmxnet3/vmxnet3_drv.c inde

[PATCH v3] mISDN: mark symbols static where possible

2016-08-31 Thread Baoyou Xie
x27;vpm_out' [-Wmissing-declarations] drivers/isdn/hardware/mISDN/hfcmulti.c:1028:1: warning: no previous declaration for 'plxsd_checksync' [-Wmissing-declarations] In fact, these functions are only used in the file in which they are declared and don't need a declarat

[PATCH v2] mISDN: mark symbols static where possible

2016-08-29 Thread Baoyou Xie
static. so this patch marks it 'static'. Signed-off-by: Baoyou Xie --- drivers/isdn/hardware/mISDN/w6692.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/isdn/hardware/mISDN/w6692.c b/drivers/isdn/hardware/mISDN/w6692.c index 7416755..3b067ea 100644 --- a/dr

[PATCH v2] mISDN: mark symbols static where possible

2016-08-29 Thread Baoyou Xie
x27;vpm_out' [-Wmissing-declarations] drivers/isdn/hardware/mISDN/hfcmulti.c:1028:1: warning: no previous declaration for 'plxsd_checksync' [-Wmissing-declarations] In fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be

[PATCH v4] brcmfmac: add missing header dependencies

2016-08-29 Thread Baoyou Xie
s. Signed-off-by: Baoyou Xie Acked-by: Arnd Bergmann --- drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoi

[PATCH] mISDN: mark symbols static where possible

2016-08-29 Thread Baoyou Xie
marks these functions with 'static'. Signed-off-by: Baoyou Xie --- drivers/isdn/hardware/mISDN/avmfritz.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/isdn/hardware/mISDN/avmfritz.c b/drivers/isdn/hardware/mISDN/avmfritz.c index 292991c..e3f

[PATCH v2] ath9k: mark ath_fill_led_pin() static

2016-08-29 Thread Baoyou Xie
hich it is declared and don't need a declaration, but can be made static. so this patch marks it 'static'. Signed-off-by: Baoyou Xie --- drivers/net/wireless/ath/ath9k/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath9k/gpio.c b

[PATCH] mISDN: mark symbols static where possible

2016-08-29 Thread Baoyou Xie
made static. so this patch marks it 'static'. Signed-off-by: Baoyou Xie --- drivers/isdn/hardware/mISDN/mISDNipac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/isdn/hardware/mISDN/mISDNipac.c b/drivers/isdn/hardware/mISDN/mISDNipac.c index aa9b6c3..8d3

[PATCH] mISDN: mark symbols static where possible

2016-08-29 Thread Baoyou Xie
static. so this patch marks it 'static'. Signed-off-by: Baoyou Xie --- drivers/isdn/hardware/mISDN/w6692.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/isdn/hardware/mISDN/w6692.c b/drivers/isdn/hardware/mISDN/w6692.c index 7416755..3b067ea 100644 --- a/dr

[PATCH] mISDN: mark symbols static where possible

2016-08-29 Thread Baoyou Xie
x27;vpm_out' [-Wmissing-declarations] drivers/isdn/hardware/mISDN/hfcmulti.c:1028:1: warning: no previous declaration for 'plxsd_checksync' [-Wmissing-declarations] In fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be

[PATCH v3] brcmfmac: add missing header dependencies

2016-08-29 Thread Baoyou Xie
s. Signed-off-by: Baoyou Xie --- drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c index a10f35c..fe67

[PATCH] fix:gpio: mark symbols static where possible

2016-08-27 Thread Baoyou Xie
hich it is declared and don't need a declaration, but can be made static. so this patch marks it 'static'. Signed-off-by: Baoyou Xie --- drivers/net/wireless/ath/ath9k/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath9k/gpio.c b

[PATCH] fix:rtl8xxxu_core: mark symbols static where possible

2016-08-27 Thread Baoyou Xie
only used in the file in which it is declared and don't need a declaration, but can be made static. so this patch marks it 'static'. Signed-off-by: Baoyou Xie --- drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[PATCH v2] fix:brcmfmac: add missing header dependencies

2016-08-26 Thread Baoyou Xie
es Signed-off-by: Baoyou Xie --- drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c index a10f35c..fe67

[PATCH] fix:brcmfmac: add missing header dependencies

2016-08-26 Thread Baoyou Xie
es Signed-off-by: Baoyou Xie --- drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c index a10f35c..fe67