Merge commit 'origin' into master
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / powerpc / include / asm / page.h
index 64e144505f653e0ae1d4f190690ef458e9aad5e7..c0b8d4a29a91cd34c7e10bb45608d7e9fe83fee0 100644 (file)
  * 2 of the License, or (at your option) any later version.
  */
 
+#ifndef __ASSEMBLY__
+#include <linux/types.h>
+#else
+#include <asm/types.h>
+#endif
 #include <asm/asm-compat.h>
 #include <asm/kdump.h>
-#include <asm/types.h>
 
 /*
  * On PPC32 page size is 4K. For PPC64 we support either 4K or 64K software
@@ -73,6 +77,7 @@
 
 #if defined(CONFIG_RELOCATABLE)
 #ifndef __ASSEMBLY__
+
 extern phys_addr_t memstart_addr;
 extern phys_addr_t kernstart_addr;
 #endif