[PATCH -mm] fix qla2xxx-use-memory_read_from_buffer.patch

From: Akinobu Mita
Date: Fri Jul 04 2008 - 12:59:53 EST


Now memory_read_from_buffer() belongs in string.h

Signed-off-by: Akinobu Mita <akinobu.mita@xxxxxxxxx>
Cc: Andrew Vasquez <linux-driver@xxxxxxxxxx>
Cc: "James E.J. Bottomley" <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx>
Cc: Andrew Vasquez <andrew.vasquez@xxxxxxxxxx>
Cc: Seokmann Ju <seokmann.ju@xxxxxxxxxx>
---
drivers/scsi/qla2xxx/qla_attr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: 2.6-mm/drivers/scsi/qla2xxx/qla_attr.c
===================================================================
--- 2.6-mm.orig/drivers/scsi/qla2xxx/qla_attr.c
+++ 2.6-mm/drivers/scsi/qla2xxx/qla_attr.c
@@ -8,7 +8,7 @@

#include <linux/kthread.h>
#include <linux/vmalloc.h>
-#include <linux/fs.h>
+#include <linux/string.h>

static int qla24xx_vport_disable(struct fc_vport *, bool);

--
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/