From: NIIBE Y. <gn...@m1...> - 2001-08-20 05:56:38
|
We don't need to include byteorder.h in elf.h. * include/asm-sh/elf.h: Removed inclusion of <asm/byteorder.h>. --- include/asm-sh/elf.h 2000/07/17 07:18:39 1.4 +++ include/asm-sh/elf.h 2001/08/20 05:51:13 @@ -7,7 +7,6 @@ #include <asm/ptrace.h> #include <asm/user.h> -#include <asm/byteorder.h> typedef unsigned long elf_greg_t; |