Index: kernel/arch/ppc64/include/byteorder.h
===================================================================
--- kernel/arch/ppc64/include/byteorder.h	(revision e54fb21b9e320d25471c61d2ac61343404654928)
+++ kernel/arch/ppc64/include/byteorder.h	(revision 74359c6cef73d72aaa161e0ca5c0c3ddd955e4bc)
@@ -38,6 +38,6 @@
 #include <byteorder.h>
 
-#define uint32_t_le2host(n)		uint64_t_byteorder_swap(n)
-#define uint64_t_le2host(n)		uint32_t_byteorder_swap(n)
+#define uint32_t_le2host(n)		uint32_t_byteorder_swap(n)
+#define uint64_t_le2host(n)		uint64_t_byteorder_swap(n)
 
 #define uint32_t_be2host(n)		(n)
