X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fmmzone.h;h=d484ca94cb7c9b9a2c06c6627818db2ca6696022;hb=0ce3c83a9c22f59937b86c80b478dfbffe54dbab;hp=54958d6cae0440353ade0ff8a73f8668a52e5bac;hpb=97f2aab6698f3ab2552c41c1024a65ffd0763a6d;p=firefly-linux-kernel-4.4.55.git diff --git a/include/asm-powerpc/mmzone.h b/include/asm-powerpc/mmzone.h index 54958d6cae04..d484ca94cb7c 100644 --- a/include/asm-powerpc/mmzone.h +++ b/include/asm-powerpc/mmzone.h @@ -6,8 +6,8 @@ */ #ifndef _ASM_MMZONE_H_ #define _ASM_MMZONE_H_ +#ifdef __KERNEL__ -#include /* * generic non-linear memory support: @@ -47,4 +47,5 @@ extern unsigned long max_pfn; extern int __init early_pfn_to_nid(unsigned long pfn); #endif +#endif /* __KERNEL__ */ #endif /* _ASM_MMZONE_H_ */