]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: Fix build regression on SA11x0, PXA, and H720x targets
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 15 Jan 2011 00:14:25 +0000 (00:14 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 15 Jan 2011 00:14:25 +0000 (00:14 +0000)
commitfe55c1c9222b5eedbd7e65c9ab936cb66cd352e8
treefdcd9ad15cc5c7ed91518a3cae895d2cf13a7bfd
parent4625458b70bb8b684cd45a73ab6550aaced27544
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 <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-h720x/h7201-eval.c
arch/arm/mach-h720x/h7202-eval.c
arch/arm/mach-pxa/generic.c
arch/arm/mach-sa1100/generic.c