OSDN Git Service

Patch reviewed and approved by Daniel Jacobowitz <drow@false.org>.
authorFred Fish <fnf@specifix.com>
Wed, 12 Jul 2006 21:37:21 +0000 (21:37 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 12 Jul 2006 21:37:21 +0000 (21:37 +0000)
2006-07-12  Fred Fish  <fnf@specifix.com>
* sim-endian.h (asm/byteorder.h): Don't include private kernel
header.

sim/ppc/ChangeLog
sim/ppc/sim-endian.h

index 47bf2aa..8915bea 100644 (file)
@@ -1,3 +1,8 @@
+2006-07-12  Fred Fish  <fnf@specifix.com>
+
+       * sim-endian.h (asm/byteorder.h): Don't include private kernel
+       header.
+
 2006-06-13  Richard Earnshaw  <rearnsha@arm.com>
 
        * configure: Regenerated.
index 570a311..ff33d23 100644 (file)
@@ -94,7 +94,6 @@ INLINE_PSIM_ENDIAN(unsigned_8) endian_le2h_8(unsigned_8 x);
 
 #if defined(__linux__)
 # include <endian.h>
-# include <asm/byteorder.h>
 # if defined(__LITTLE_ENDIAN) && !defined(LITTLE_ENDIAN)
 #  define LITTLE_ENDIAN __LITTLE_ENDIAN
 # endif