aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_ncm.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/usb/gadget/function/f_ncm.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/usb/gadget/function/f_ncm.c')
-rw-r--r--drivers/usb/gadget/function/f_ncm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/function/f_ncm.c b/drivers/usb/gadget/function/f_ncm.c
index 224717e63a53..864819ff9a7d 100644
--- a/drivers/usb/gadget/function/f_ncm.c
+++ b/drivers/usb/gadget/function/f_ncm.c
@@ -16,6 +16,7 @@
*/
#include <linux/kernel.h>
+#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/device.h>
#include <linux/etherdevice.h>