diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2009-01-06 14:56:33 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 18:10:28 -0800 |
commit | 919594765dcf803017b2227425c1b27b5ea537be (patch) | |
tree | bb54bb56254c1727ebc1efe0c69237478a189ec0 /include/asm-frv/byteorder.h | |
parent | f15d411ad9986185303b556e0f5e7acafc4ef223 (diff) |
frv: introduce asm/swab.h
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-frv/byteorder.h')
-rw-r--r-- | include/asm-frv/byteorder.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/asm-frv/byteorder.h b/include/asm-frv/byteorder.h index 411bec3cc1f..1187e51ecd1 100644 --- a/include/asm-frv/byteorder.h +++ b/include/asm-frv/byteorder.h @@ -1,13 +1,7 @@ #ifndef _ASM_BYTEORDER_H #define _ASM_BYTEORDER_H -#include <asm/types.h> - -#if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__) -# define __BYTEORDER_HAS_U64__ -# define __SWAB_64_THRU_32__ -#endif - +#include <asm/swab.h> #include <linux/byteorder/big_endian.h> #endif /* _ASM_BYTEORDER_H */ |