[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1284466375-9501-1-git-send-email-jslaby@suse.cz>
Date: Tue, 14 Sep 2010 14:12:54 +0200
From: Jiri Slaby <jslaby@...e.cz>
To: James.Bottomley@...e.de
Cc: iscsi-driver@...gic.com, linux-scsi@...r.kernel.org,
jirislaby@...il.com, linux-kernel@...r.kernel.org,
Jiri Slaby <jslaby@...e.cz>,
Ravi Anand <ravi.anand@...gic.com>,
Vikas Chaudhary <vikas.chaudhary@...gic.com>
Subject: [PATCH] SCSI: fix qla4xxx build on PPC
We use read/write[bslq] but do not include linux/io.h. This causes
build failures on PPC. Include that file.
Signed-off-by: Jiri Slaby <jslaby@...e.cz>
Cc: Ravi Anand <ravi.anand@...gic.com>
Cc: Vikas Chaudhary <vikas.chaudhary@...gic.com>
---
drivers/scsi/qla4xxx/ql4_nx.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/scsi/qla4xxx/ql4_nx.c b/drivers/scsi/qla4xxx/ql4_nx.c
index 5d4a382..449256f 100644
--- a/drivers/scsi/qla4xxx/ql4_nx.c
+++ b/drivers/scsi/qla4xxx/ql4_nx.c
@@ -5,6 +5,7 @@
* See LICENSE.qla4xxx for copyright and licensing details.
*/
#include <linux/delay.h>
+#include <linux/io.h>
#include <linux/pci.h>
#include "ql4_def.h"
#include "ql4_glbl.h"
--
1.7.2.2
--
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