aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ezchip/nps_enet.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-03-29 17:17:31 +0200
committerDavid S. Miller <davem@davemloft.net>2017-03-30 11:05:34 -0700
commit282ccf6efb7c5d75b0283b66ed487957163ce8fe (patch)
tree0788e2b85bedeaf324c7470de8c4a73b75b160f2 /drivers/net/ethernet/ezchip/nps_enet.c
parentnet: stmmac: dwmac-rk: Add handling for RGMII_ID/RXID/TXID (diff)
downloadlinux-dev-282ccf6efb7c5d75b0283b66ed487957163ce8fe.tar.xz
linux-dev-282ccf6efb7c5d75b0283b66ed487957163ce8fe.zip
drivers: add explicit interrupt.h includes
These files all use functions declared in interrupt.h, but currently rely on implicit inclusion of this file (via netns/xfrm.h). That won't work anymore when the flow cache is removed so include that header where needed. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/ezchip/nps_enet.c')
-rw-r--r--drivers/net/ethernet/ezchip/nps_enet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/ezchip/nps_enet.c b/drivers/net/ethernet/ezchip/nps_enet.c
index 992ebe973d25..70165fcbff9c 100644
--- a/drivers/net/ethernet/ezchip/nps_enet.c
+++ b/drivers/net/ethernet/ezchip/nps_enet.c
@@ -16,6 +16,7 @@
#include <linux/module.h>
#include <linux/etherdevice.h>
+#include <linux/interrupt.h>
#include <linux/of_address.h>
#include <linux/of_irq.h>
#include <linux/of_net.h>