Index: kernel/arch/ppc64/include/byteorder.h
===================================================================
--- kernel/arch/ppc64/include/byteorder.h	(revision e54fb21b9e320d25471c61d2ac61343404654928)
+++ kernel/arch/ppc64/include/byteorder.h	(revision d78d603c85e7ba2c4bf98203471b39311d240568)
@@ -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)
