[PATCH 2/2] wifi: iwlwifi: pcie: Remove redundant header files

Liao Yuanhong posted 2 patches 1 month, 2 weeks ago
[PATCH 2/2] wifi: iwlwifi: pcie: Remove redundant header files
Posted by Liao Yuanhong 1 month, 2 weeks ago
The header file "fw/api/tx.h" is already included on line 26. Remove the
redundant include.

Fixes: 0b261b014a99f ("wifi: iwlwifi: pcie: Move txcmd size/align calculation to callers")
Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
---
 drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c b/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
index 327366bf87de..49237ffe8c88 100644
--- a/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
+++ b/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
@@ -25,7 +25,6 @@
 #include "fw/dbg.h"
 #include "fw/api/tx.h"
 #include "fw/acpi.h"
-#include "fw/api/tx.h"
 #include "mei/iwl-mei.h"
 #include "internal.h"
 #include "iwl-fh.h"
-- 
2.34.1