From: Paul Walmsley Date: Tue, 6 Jan 2015 00:38:41 +0000 (-0700) Subject: arm64: fix missing asm/pgtable-hwdef.h include in asm/processor.h X-Git-Tag: v3.19-rc4~13^2~4 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2ec4560b7c73e6c9febc4fb2a3e6af257c904979;p=people%2Fpauldu%2Flinux.git arm64: fix missing asm/pgtable-hwdef.h include in asm/processor.h On next-20150105, defconfig compilation breaks with: ./arch/arm64/include/asm/processor.h:47:32: error: ‘PHYS_MASK’ undeclared (first use in this function) Fix by including asm/pgtable-hwdef.h, where PHYS_MASK is defined. This second version incorporates a comment from Mark Rutland to keep the includes in alphabetical order by filename. Signed-off-by: Paul Walmsley Cc: Paul Walmsley Cc: Catalin Marinas Cc: Will Deacon Acked-by: Mark Rutland Signed-off-by: Will Deacon --- diff --git a/arch/arm64/include/asm/processor.h b/arch/arm64/include/asm/processor.h index f131a98e1e64..f9be30ea1cbd 100644 --- a/arch/arm64/include/asm/processor.h +++ b/arch/arm64/include/asm/processor.h @@ -31,6 +31,7 @@ #include #include +#include #include #include