aboutsummaryrefslogtreecommitdiff
path: root/include/asm-m32r/byteorder.h
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2009-01-06 14:56:33 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2009-01-06 18:10:28 -0800
commitf15d411ad9986185303b556e0f5e7acafc4ef223 (patch)
tree454789e2d54d67a1a21371e581c7524cd76c1e93 /include/asm-m32r/byteorder.h
parent231cc432f4d684b8c75d9a8e0654c51b9d6ed341 (diff)
m32r: 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-m32r/byteorder.h')
-rw-r--r--include/asm-m32r/byteorder.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/asm-m32r/byteorder.h b/include/asm-m32r/byteorder.h
index 10b2c1d1161..61ff9cfd845 100644
--- a/include/asm-m32r/byteorder.h
+++ b/include/asm-m32r/byteorder.h
@@ -1,12 +1,7 @@
#ifndef _ASM_M32R_BYTEORDER_H
#define _ASM_M32R_BYTEORDER_H
-#include <asm/types.h>
-
-#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
-# define __BYTEORDER_HAS_U64__
-# define __SWAB_64_THRU_32__
-#endif
+#include <asm/swab.h>
#if defined(__LITTLE_ENDIAN__)
# include <linux/byteorder/little_endian.h>