]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: iwlwifi: mvm: Remove duplicated include in iwl-utils.c
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 15 Jan 2025 00:54:31 +0000 (08:54 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Apr 2025 13:12:26 +0000 (15:12 +0200)
The header files net/gso.h is included twice in iwl-utils.c,
so one inclusion of each can be removed.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=13555
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Acked-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250115005431.89510-1-yang.lee@linux.alibaba.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-utils.c

index b14ec98e28b6c9fb77b18cf2edfc4e49149a325b..c5b49851e4b980fa1a9866158fe114f25bde54e8 100644 (file)
@@ -4,7 +4,6 @@
  */
 #include <net/gso.h>
 #include <linux/ieee80211.h>
-#include <net/gso.h>
 #include <net/ip.h>
 
 #include "iwl-drv.h"