Message ID | 20210325025108.1286677-1-zhengyongjun3@huawei.com |
---|---|
State | New |
Headers | show |
Series | [net-next] net: usb: lan78xx: 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 10:51:08 +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] net: usb: lan78xx: remove unused including <linux/version.h> https://git.kernel.org/netdev/net-next/c/a9bada338b68 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/usb/lan78xx.c b/drivers/net/usb/lan78xx.c index e81c5699c952..6acc5e904518 100644 --- a/drivers/net/usb/lan78xx.c +++ b/drivers/net/usb/lan78xx.c @@ -2,7 +2,6 @@ /* * Copyright (C) 2015 Microchip Technology */ -#include <linux/version.h> #include <linux/module.h> #include <linux/netdevice.h> #include <linux/etherdevice.h>