diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-27 09:24:33 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-28 22:42:22 -0400 |
commit | 0af3678f7c5872836d1cc8d7c659abd62c3c5ae7 (patch) | |
tree | d74ee34e24b3fc85a9ac66675a4e70cadfe76c58 /kernel | |
parent | 2d954d06acbcf9a5f7668a1897850c9b7be6b8f3 (diff) |
rip some includes from linux/interrupt.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
-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. |