aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/hif_tx_mib.h
diff options
context:
space:
mode:
authorJérôme Pouiller <jerome.pouiller@silabs.com>2020-05-05 14:37:54 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-05-13 13:26:42 +0200
commit525f469f7f9ce657b35dae2a9f555be1e71e16a6 (patch)
treefe03473379307bcbc1d701f2474044afd88268cc /drivers/staging/wfx/hif_tx_mib.h
parentstaging: wfx: prefer ARRAY_SIZE instead of a magic number (diff)
downloadlinux-dev-525f469f7f9ce657b35dae2a9f555be1e71e16a6.tar.xz
linux-dev-525f469f7f9ce657b35dae2a9f555be1e71e16a6.zip
staging: wfx: remove useless header inclusions
In order to keep the compilation times reasonable, we try to only include the necessary headers (especially header included from other headers). This patch clean up unnecessary headers inclusions. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com> Link: https://lore.kernel.org/r/20200505123757.39506-13-Jerome.Pouiller@silabs.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wfx/hif_tx_mib.h')
-rw-r--r--drivers/staging/wfx/hif_tx_mib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wfx/hif_tx_mib.h b/drivers/staging/wfx/hif_tx_mib.h
index b72770a4ba12..bce35eb7eaa0 100644
--- a/drivers/staging/wfx/hif_tx_mib.h
+++ b/drivers/staging/wfx/hif_tx_mib.h
@@ -9,8 +9,6 @@
#ifndef WFX_HIF_TX_MIB_H
#define WFX_HIF_TX_MIB_H
-#include "hif_api_mib.h"
-
struct wfx_vif;
struct sk_buff;