* [PATCH] missing include (free_irq() use)
@ 2006-09-24 22:45 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2006-09-24 22:45 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-scsi, linux-kernel
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
drivers/scsi/aacraid/commsup.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
[... and that finishes with build/sparse regressions from up to yesterday
scsi merge]
diff --git a/drivers/scsi/aacraid/commsup.c b/drivers/scsi/aacraid/commsup.c
index 8734a04..19e42ac 100644
--- a/drivers/scsi/aacraid/commsup.c
+++ b/drivers/scsi/aacraid/commsup.c
@@ -40,6 +40,7 @@ #include <linux/completion.h>
#include <linux/blkdev.h>
#include <linux/delay.h>
#include <linux/kthread.h>
+#include <linux/interrupt.h>
#include <scsi/scsi.h>
#include <scsi/scsi_host.h>
#include <scsi/scsi_device.h>
--
1.4.2.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-09-24 22:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-24 22:45 [PATCH] missing include (free_irq() use) Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox