Message ID | 1627870718-54491-1-git-send-email-zhouchuangao@vivo.com |
---|---|
State | New |
Headers | show |
Series | qed: Remove duplicated include of kernel.h | expand |
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sun, 1 Aug 2021 19:18:38 -0700 you wrote: > 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> > --- > drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - qed: Remove duplicated include of kernel.h https://git.kernel.org/netdev/net-next/c/2414d628042b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c b/drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c index c1dd71d..3b84d00 100644 --- a/drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c +++ b/drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c @@ -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>
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> --- drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c | 1 - 1 file changed, 1 deletion(-)