Message ID | 20210325032928.1550157-1-zhengyongjun3@huawei.com |
---|---|
State | New |
Headers | show |
Series | [net-next] qede: remove unused including <linux/version.h> | expand |
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 25 Mar 2021 11:29:28 +0800 you wrote: > From: Zheng Yongjun <zhengyongjun3@huawei.com> > > Remove including <linux/version.h> that don't need it. > > Reported-by: Hulk Robot <hulkci@huawei.com> > Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> > > [...] Here is the summary with links: - [net-next] qede: remove unused including <linux/version.h> https://git.kernel.org/netdev/net-next/c/711550a0b97e 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/qede/qede_main.c b/drivers/net/ethernet/qlogic/qede/qede_main.c index 4d952036ba82..01ac1e93d27a 100644 --- a/drivers/net/ethernet/qlogic/qede/qede_main.c +++ b/drivers/net/ethernet/qlogic/qede/qede_main.c @@ -7,7 +7,6 @@ #include <linux/crash_dump.h> #include <linux/module.h> #include <linux/pci.h> -#include <linux/version.h> #include <linux/device.h> #include <linux/netdevice.h> #include <linux/etherdevice.h>