diff mbox series

qed: Fix duplicate included linux/kernel.h

Message ID 1623061874-35234-1-git-send-email-jiapeng.chong@linux.alibaba.com
State New
Headers show
Series qed: Fix duplicate included linux/kernel.h | expand

Commit Message

Jiapeng Chong June 7, 2021, 10:31 a.m. UTC
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 <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 4c7ac2b..1d5ddc2 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 <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/pci.h>
-#include <linux/kernel.h>
 #include <linux/list.h>
 #include <linux/mm.h>
 #include <linux/types.h>