From: Jiapeng Chong Date: Mon, 7 Jun 2021 10:31:14 +0000 (+0800) Subject: qed: Fix duplicate included linux/kernel.h X-Git-Tag: v5.14-rc1~119^2~306 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca4e2b94eb98db8472a6cb5b47147e079659dc9c;p=thirdparty%2Fkernel%2Flinux.git qed: Fix duplicate included linux/kernel.h Clean up the following includecheck warning: ./drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.h: linux/kernel.h is included more than once. No functional change. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.h b/drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.h index 4c7ac2bd2ea54..1d5ddc217bdbd 100644 --- a/drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.h +++ b/drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.h @@ -7,7 +7,6 @@ #include #include #include -#include #include #include #include