staging: use of tasklets requires including interrupt.h
The implicit include of linux/interrupt.h is being removed from netdevice.h. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Родитель
30c5007e14
Коммит
e8e30b8ded
|
@ -20,6 +20,7 @@
|
|||
#include <linux/printk.h>
|
||||
#include <linux/pci_ids.h>
|
||||
#include <linux/netdevice.h>
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/sched.h>
|
||||
#include <linux/mmc/sdio.h>
|
||||
#include <linux/mmc/sdio_func.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче