aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2019-01-15 21:40:51 +0100
committerDavid S. Miller <davem@davemloft.net>2019-01-16 21:08:50 -0800
commit3fcb3f9b68b048d6b44d5cfabe21ee3145b90424 (patch)
tree3f12ab2541e74e2464808814b1936ea77374e758 /drivers/net/phy/phy.c
parentnet: phy: improve logging in phylib (diff)
downloadlinux-dev-3fcb3f9b68b048d6b44d5cfabe21ee3145b90424.tar.xz
linux-dev-3fcb3f9b68b048d6b44d5cfabe21ee3145b90424.zip
net: phy: don't include asm/irq.h directly
There's no need to and one shouldn't include asm/irq.h directly. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/phy.c')
-rw-r--r--drivers/net/phy/phy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c
index c0802d4d084e..241fb83ef4de 100644
--- a/drivers/net/phy/phy.c
+++ b/drivers/net/phy/phy.c
@@ -34,8 +34,6 @@
#include <linux/uaccess.h>
#include <linux/atomic.h>
-#include <asm/irq.h>
-
#define PHY_STATE_STR(_state) \
case PHY_##_state: \
return __stringify(_state); \