Skip to content

Commit

Permalink
net: phy: Remove unused including <linux/version.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
chongjiapeng authored and David S. Miller committed Jul 23, 2021
1 parent c65e702 commit 94a994d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/phy/mxl-gpy.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*
*/

#include <linux/version.h>
#include <linux/module.h>
#include <linux/bitfield.h>
#include <linux/phy.h>
Expand Down

0 comments on commit 94a994d

Please sign in to comment.