summaryrefslogtreecommitdiff
path: root/arch/microblaze/include/asm/swab.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-07-07 01:05:57 +0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-07-07 01:05:57 +0400
commitf560902c2d39c255bd67c0211f5dd80edb97a712 (patch)
treec45601159db0808e76c78212c74885cd219b2866 /arch/microblaze/include/asm/swab.h
parent9861df15f44d98eb6fa9a839b558633ecee87194 (diff)
parentdb6e3f91efd2cf61b9965f722902199cf54adc4f (diff)
downloadlinux-f560902c2d39c255bd67c0211f5dd80edb97a712.tar.xz
Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblaze
* 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblaze: microblaze: Fix cast warning for init.c microblaze: Wire up new syscalls microblaze: use generic syscalls.h microblaze: clean up signal handling microblaze: convert all simple headers to use asm-generic microblaze: use the generic lib/checksum.c microblaze: fall back on generic header files for the ABI
Diffstat (limited to 'arch/microblaze/include/asm/swab.h')
-rw-r--r--arch/microblaze/include/asm/swab.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/microblaze/include/asm/swab.h b/arch/microblaze/include/asm/swab.h
index b375d7b65ad7..7847e563ab66 100644
--- a/arch/microblaze/include/asm/swab.h
+++ b/arch/microblaze/include/asm/swab.h
@@ -1,8 +1 @@
-#ifndef _ASM_MICROBLAZE_SWAB_H
-#define _ASM_MICROBLAZE_SWAB_H
-
-#if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__)
-#define __SWAB_64_THRU_32__
-#endif
-
-#endif /* _ASM_MICROBLAZE_SWAB_H */
+#include <asm-generic/swab.h>