[PATCH] aic byteorder fixes after recent cleanup
authorOlaf Hering <olh@suse.de>
Tue, 19 Jul 2005 18:04:24 +0000 (20:04 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 2 Aug 2005 15:43:59 +0000 (08:43 -0700)
Rebuild the aic7xxx firmware doesn't work anymore after this change
which appeared int 2.6.13-rc1:

   [SCSI] aic7xxx/aic79xx: remove useless byte order macro cruft

Two files did not include byteorder.h, resulting in aic dying with a panic

"Unknown opcode encountered in seq program"

This fixes it for me.

Signed-off-by: Olaf Hering <olh@suse.de>
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found