diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2014-02-14 16:05:18 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-02-18 15:41:14 -0500 |
commit | 7ef3691d5bdb6abe111b7696b8f8a8b416288f36 (patch) | |
tree | ac9cc0c798096501af7debd24dc32d2d2cefd8d5 /drivers/misc/mic | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) |
misc: mic: Add include of <linux/irqreturn.h>
We currently include <linux/irqreturn.h> in <linux/pci.h>, but I'm about to
remove that from linux/pci.h, so add explicit includes where needed.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Sudeep Dutt <sudeep.dutt@intel.com>
Diffstat (limited to 'drivers/misc/mic')
-rw-r--r-- | drivers/misc/mic/card/mic_device.h | 1 | ||||
-rw-r--r-- | drivers/misc/mic/host/mic_device.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/mic/card/mic_device.h b/drivers/misc/mic/card/mic_device.h index 347b9b3b7916..306f502be95e 100644 --- a/drivers/misc/mic/card/mic_device.h +++ b/drivers/misc/mic/card/mic_device.h | |||
@@ -29,6 +29,7 @@ | |||
29 | 29 | ||
30 | #include <linux/workqueue.h> | 30 | #include <linux/workqueue.h> |
31 | #include <linux/io.h> | 31 | #include <linux/io.h> |
32 | #include <linux/irqreturn.h> | ||
32 | 33 | ||
33 | /** | 34 | /** |
34 | * struct mic_intr_info - Contains h/w specific interrupt sources info | 35 | * struct mic_intr_info - Contains h/w specific interrupt sources info |
diff --git a/drivers/misc/mic/host/mic_device.h b/drivers/misc/mic/host/mic_device.h index 1a6edce2ecde..0398c696d257 100644 --- a/drivers/misc/mic/host/mic_device.h +++ b/drivers/misc/mic/host/mic_device.h | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <linux/cdev.h> | 24 | #include <linux/cdev.h> |
25 | #include <linux/idr.h> | 25 | #include <linux/idr.h> |
26 | #include <linux/notifier.h> | 26 | #include <linux/notifier.h> |
27 | #include <linux/irqreturn.h> | ||
27 | 28 | ||
28 | #include "mic_intr.h" | 29 | #include "mic_intr.h" |
29 | 30 | ||