X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=arch%2Fpowerpc%2Finclude%2Fasm%2Fpage.h;h=c0b8d4a29a91cd34c7e10bb45608d7e9fe83fee0;hb=a02efb906d12c9d4eb2ab7c59049ba9545e5412d;hp=64e144505f653e0ae1d4f190690ef458e9aad5e7;hpb=b91385236c00031c64b42b44db8068ad38a5ea11;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/arch/powerpc/include/asm/page.h b/arch/powerpc/include/asm/page.h index 64e144505f65..c0b8d4a29a91 100644 --- a/arch/powerpc/include/asm/page.h +++ b/arch/powerpc/include/asm/page.h @@ -10,9 +10,13 @@ * 2 of the License, or (at your option) any later version. */ +#ifndef __ASSEMBLY__ +#include +#else +#include +#endif #include #include -#include /* * 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