projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0ad30d
)
[SCSI] qla4xxx: fix build on PPC
author
Jiri Slaby
<jslaby@suse.cz>
Tue, 14 Sep 2010 12:12:54 +0000
(14:12 +0200)
committer
James Bottomley
<James.Bottomley@suse.de>
Thu, 7 Oct 2010 22:08:01 +0000
(17:08 -0500)
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@suse.cz>
Cc: Stable Tree <stable@kernel.org>
Acked-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/qla4xxx/ql4_nx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/qla4xxx/ql4_nx.c
b/drivers/scsi/qla4xxx/ql4_nx.c
index 5d4a3822382d704ad604c962ed37d14f1d120199..449256f2c5f8dc213226e2a81fa44e85eab18990 100644
(file)
--- 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"