diff options
| author | Fred Fish <fnf@specifix.com> | 2006-07-12 21:37:21 +0000 |
|---|---|---|
| committer | Fred Fish <fnf@specifix.com> | 2006-07-12 21:37:21 +0000 |
| commit | 08f7d065a67338224161abb9afdbc407ddfe4a31 (patch) | |
| tree | 6aff6756fc922f3f4b111a2ab56d89e771573bfc /sim/ppc/sim-endian.h | |
| parent | 99bcc461a52376e6b5c0fb0fa488964f8ff18b1a (diff) | |
| download | ppe42-binutils-08f7d065a67338224161abb9afdbc407ddfe4a31.tar.gz ppe42-binutils-08f7d065a67338224161abb9afdbc407ddfe4a31.zip | |
Patch reviewed and approved by Daniel Jacobowitz <drow@false.org>.
2006-07-12 Fred Fish <fnf@specifix.com>
* sim-endian.h (asm/byteorder.h): Don't include private kernel
header.
Diffstat (limited to 'sim/ppc/sim-endian.h')
| -rw-r--r-- | sim/ppc/sim-endian.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/ppc/sim-endian.h b/sim/ppc/sim-endian.h index 570a311f53..ff33d238fd 100644 --- a/sim/ppc/sim-endian.h +++ b/sim/ppc/sim-endian.h @@ -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 |

