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.
This commit is contained in:
Fred Fish 2006-07-12 21:37:21 +00:00
parent 99bcc461a5
commit 08f7d065a6
2 changed files with 5 additions and 1 deletions

View 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.

View 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