Re: 2.6.8-rc4-mm1

From: Diffie
Date: Tue Aug 10 2004 - 13:50:21 EST


Andrew,

This is a cosmetic change to the IT8212 RAID driver.

when compiling it prints:

CC drivers/scsi/iteraid.o
In file included from drivers/scsi/iteraid.c:260:
drivers/scsi/hosts.h:1:2: warning: #warning "This file is obsolete,
please use <scsi/scsi_host.h> instead"

Patch below:

diffstat output:
iteraid.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

--- drivers/scsi/iteraid.c-orig 2004-08-10 14:30:54.000000000 -0400
+++ drivers/scsi/iteraid.c 2004-08-10 14:31:58.000000000 -0400
@@ -257,7 +257,7 @@
#include <asm/uaccess.h>

#include "scsi.h"
-#include "hosts.h"
+#include <scsi/scsi_host.h>

#include "iteraid.h"
MODULE_LICENSE("GPL");

Cheers,

Paul
--
FreeBSD the Power to Serve!
-
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/