[PATCH] aacraid: fix warning caused by missing include

From: Alan Cox
Date: Mon Sep 25 2006 - 18:20:43 EST


Signed-off-by: Alan Cox <alan@xxxxxxxxxx>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.18-mm1/drivers/scsi/aacraid/commsup.c linux-2.6.18-mm1/drivers/scsi/aacraid/commsup.c
--- linux.vanilla-2.6.18-mm1/drivers/scsi/aacraid/commsup.c 2006-09-25 12:10:16.000000000 +0100
+++ linux-2.6.18-mm1/drivers/scsi/aacraid/commsup.c 2006-09-25 12:24:03.000000000 +0100
@@ -40,6 +40,7 @@
#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>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/