[patch] 2.6.7-mm1: drivers/scsi/hosts.h -> scsi/scsi_host.h

From: Adrian Bunk
Date: Sun Jun 20 2004 - 20:57:42 EST


On Sun, Jun 20, 2004 at 05:46:32PM -0700, Andrew Morton wrote:
>...
> All 226 patches:
>...
> bk-libata.patch
>...

drivers/scsi/hosts.h is obsolete, use scsi/scsi_host.h.

Please apply
Adrian

--- linux-2.6.7-mm1-full/drivers/scsi/sata_nv.c.old 2004-06-21 03:50:36.000000000 +0200
+++ linux-2.6.7-mm1-full/drivers/scsi/sata_nv.c 2004-06-21 03:51:17.000000000 +0200
@@ -31,7 +31,7 @@
#include <linux/delay.h>
#include <linux/interrupt.h>
#include "scsi.h"
-#include "hosts.h"
+#include <scsi/scsi_host.h>
#include <linux/libata.h>

#define DRV_NAME "sata_nv"
-
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/