[SCSI] qla4xxx: fix build on PPC
authorJiri Slaby <jslaby@suse.cz>
Tue, 14 Sep 2010 12:12:54 +0000 (14:12 +0200)
committerJames 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>

No differences found