[SCSI] aic byteorder fixes after recent cleanup
authorOlaf Hering <olh@suse.de>
Tue, 19 Jul 2005 20:04:24 +0000 (22:04 +0200)
committerJames Bottomley <jejb@mulgrave.(none)>
Sat, 30 Jul 2005 14:08:20 +0000 (09:08 -0500)
 aic doesnt work anymore after this change which appeared int 2.6.13-rc1:
 [SCSI] aic7xxx/aic79xx: remove useless byte order macro cruft

 2 files did not include byteorder.h, aic died with panic
 "Unknown opcode encountered in seq program"
 This patch fixes it for me.

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found