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>
Šī revīzija ir iekļauta:
Florian Westphal
2017-03-29 17:17:31 +02:00
revīziju iesūtīja David S. Miller
vecāks eaf70ad14c
revīzija 282ccf6efb
17 mainīti faili ar 18 papildinājumiem un 0 dzēšanām

Parādīt failu

@@ -13,6 +13,7 @@
* (at your option) any later version.
*/
#include <linux/interrupt.h>
#include <linux/irqdomain.h>
#include "mv88e6xxx.h"
#include "global2.h"