diff options
author | Florian Westphal <fw@strlen.de> | 2017-03-29 17:17:31 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-03-30 11:05:34 -0700 |
commit | 282ccf6efb7c5d75b0283b66ed487957163ce8fe (patch) | |
tree | 0788e2b85bedeaf324c7470de8c4a73b75b160f2 /net/smc | |
parent | eaf70ad14cbbb99d46b78b1307628a16a3f6075d (diff) | |
download | blackbird-obmc-linux-282ccf6efb7c5d75b0283b66ed487957163ce8fe.tar.gz blackbird-obmc-linux-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 'net/smc')
-rw-r--r-- | net/smc/smc_ib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/smc/smc_ib.h b/net/smc/smc_ib.h index a95f74bb5569..7e1f0e24d177 100644 --- a/net/smc/smc_ib.h +++ b/net/smc/smc_ib.h @@ -11,6 +11,7 @@ #ifndef _SMC_IB_H #define _SMC_IB_H +#include <linux/interrupt.h> #include <linux/if_ether.h> #include <rdma/ib_verbs.h> |