summaryrefslogtreecommitdiff
path: root/drivers/net/phy/mxl-gpy.c
diff options
context:
space:
mode:
authorchongjiapeng <jiapeng.chong@linux.alibaba.com>2021-07-23 13:38:27 +0300
committerDavid S. Miller <davem@davemloft.net>2021-07-23 19:54:53 +0300
commit94a994d2b2b74420c6fff5100220c2b636317242 (patch)
treec8126898121a120be9ff808188f8793a79390ccf /drivers/net/phy/mxl-gpy.c
parentc65e7025c60310e927c944a3907a415fe06f3999 (diff)
downloadlinux-94a994d2b2b74420c6fff5100220c2b636317242.tar.xz
net: phy: Remove unused including <linux/version.h>
Eliminate the follow versioncheck warning: ./drivers/net/phy/mxl-gpy.c: 9 linux/version.h not needed. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: chongjiapeng <jiapeng.chong@linux.alibaba.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/mxl-gpy.c')
-rw-r--r--drivers/net/phy/mxl-gpy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/phy/mxl-gpy.c b/drivers/net/phy/mxl-gpy.c
index 12a02d8ce09b..2d5d5081c3b6 100644
--- a/drivers/net/phy/mxl-gpy.c
+++ b/drivers/net/phy/mxl-gpy.c
@@ -6,7 +6,6 @@
*
*/
-#include <linux/version.h>
#include <linux/module.h>
#include <linux/bitfield.h>
#include <linux/phy.h>