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>
This commit is contained in:
Heiner Kallweit
2019-01-15 21:40:51 +01:00
committed by David S. Miller
parent c3a6a174d5
commit 3fcb3f9b68
3 changed files with 0 additions and 6 deletions

View File

@@ -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");