提交 3fcb3f9b 编写于 作者: H Heiner Kallweit 提交者: 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: NHeiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: NAndrew Lunn <andrew@lunn.ch>
Reviewed-by: NFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部