Skip to content

Commit

Permalink
qed: Remove duplicated include of kernel.h
Browse files Browse the repository at this point in the history
Duplicate include header file <linux/kernel.h>
line 4: #include <linux/kernel.h>
line 7: #include <linux/kernel.h>

Signed-off-by: zhouchuangao <zhouchuangao@vivo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
zhouchuangao authored and David S. Miller committed Aug 3, 2021
1 parent 493c3ca commit 2414d62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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>
Expand Down

0 comments on commit 2414d62

Please sign in to comment.