Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

wifi: iwlwifi: mvm: Remove duplicated include in iwl-utils.c

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>

authored by

Yang Li and committed by
Johannes Berg
9991739e 76a853f8

-1
-1
drivers/net/wireless/intel/iwlwifi/iwl-utils.c
··· 4 4 */ 5 5 #include <net/gso.h> 6 6 #include <linux/ieee80211.h> 7 - #include <net/gso.h> 8 7 #include <net/ip.h> 9 8 10 9 #include "iwl-drv.h"