Browse Source

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>
Stephen Rothwell 14 years ago
parent
commit
e8e30b8ded
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/brcm80211/brcmfmac/dhd_sdio.c

+ 1 - 0
drivers/staging/brcm80211/brcmfmac/dhd_sdio.c

@@ -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>