diff options
Diffstat (limited to 'kernel/irq')
-rw-r--r-- | kernel/irq/devres.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/devres.c b/kernel/irq/devres.c index d8ee241115f5..6d9204f3a370 100644 --- a/kernel/irq/devres.c +++ b/kernel/irq/devres.c | |||
@@ -1,5 +1,6 @@ | |||
1 | #include <linux/module.h> | 1 | #include <linux/module.h> |
2 | #include <linux/interrupt.h> | 2 | #include <linux/interrupt.h> |
3 | #include <linux/device.h> | ||
3 | 4 | ||
4 | /* | 5 | /* |
5 | * Device resource management aware IRQ request/free implementation. | 6 | * Device resource management aware IRQ request/free implementation. |