From: Russell King Date: Sat, 15 Jan 2011 00:14:25 +0000 (+0000) Subject: ARM: Fix build regression on SA11x0, PXA, and H720x targets X-Git-Tag: v2.6.38-rc1~39^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=671289c2872cfc050954ac1dd3131429fca30aad;p=pandora-kernel.git ARM: Fix build regression on SA11x0, PXA, and H720x targets Build errors similar this appeared in todays kautobuild for the above targets: In file included from arch/arm/include/asm/pgtable.h:461, from arch/arm/mach-pxa/generic.c:26: include/asm-generic/pgtable.h: In function 'ptep_test_and_clear_young': include/asm-generic/pgtable.h:29: error: dereferencing pointer to incomplete type None of the .c files including asm/pgtable.h with this error is using this header, so simply remove the include. Signed-off-by: Russell King --- Reading git-diff-tree failed