[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1159224304.11049.166.camel@localhost.localdomain>
Date: Mon, 25 Sep 2006 23:45:04 +0100
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: akpm@...l.org, linux-kernel@...r.kernel.org,
linux-scsi@...r.kernel.org
Subject: [PATCH] aacraid: fix warning caused by missing include
Signed-off-by: Alan Cox <alan@...hat.com>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists