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>
このコミットが含まれているのは:
Florian Westphal
2017-03-29 17:17:31 +02:00
committed by David S. Miller
コミット 282ccf6efb
17個のファイルの変更18行の追加0行の削除

ファイルの表示

@@ -10,6 +10,7 @@
*/
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/gpio.h>
#include <linux/delay.h>
#include <linux/mmc/host.h>