* [x86-64 patch 1/11] AIC7xxx endian include fix
@ 2001-09-13 16:27 Vojtech Pavlik
0 siblings, 0 replies; only message in thread
From: Vojtech Pavlik @ 2001-09-13 16:27 UTC (permalink / raw)
To: torvalds
Hi!
This is a bunch of patches to make most of the drivers in Linux kernel
compile on the AMD SledgeHammer (x86-64) platform. Most of them are not
x86-64 specific and are general fixes that are needed anyway.
All the patches are generated against x86-64 2.4.9 tree, but were tested
that they apply with some minor offsets to 2.4.10-pre8 as well.
This first patch is a fix for the AIC-7xxx driver to fix the #include it
uses for endianity stuff.
diff -urN linux-x86_64/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h linux/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
--- linux-x86_64/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h Fri Jul 6 01:29:20 2001
+++ linux/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h Thu Sep 13 10:56:25 2001
@@ -35,7 +35,7 @@
*/
#if linux
-#include <endian.h>
+#include <asm/byteorder.h>
#else
#include <machine/endian.h>
#endif
--
Vojtech Pavlik
SuSE Labs
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-09-13 16:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-13 16:27 [x86-64 patch 1/11] AIC7xxx endian include fix Vojtech Pavlik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox