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: omap-for-v4.1/prcm-dts-mfd-syscon-fix~307^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec4560b7c73e6c9febc4fb2a3e6af257c904979;p=pandora-kernel.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 --- Reading git-diff-tree failed