Commit 3fcb3f9b authored by Heiner Kallweit's avatar Heiner Kallweit Committed by David S. Miller

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: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c3a6a174
......@@ -39,8 +39,6 @@
#include <linux/io.h>
#include <linux/uaccess.h>
#include <asm/irq.h>
#define CREATE_TRACE_POINTS
#include <trace/events/mdio.h>
......
......@@ -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); \
......
......@@ -37,8 +37,6 @@
#include <linux/uaccess.h>
#include <linux/of.h>
#include <asm/irq.h>
MODULE_DESCRIPTION("PHY library");
MODULE_AUTHOR("Andy Fleming");
MODULE_LICENSE("GPL");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment