arm64: pgtable: Include <asm/types.h>
authorMark Brown <broonie@linaro.org>
Tue, 17 Dec 2013 20:59:55 +0000 (20:59 +0000)
committerMark Brown <broonie@linaro.org>
Tue, 17 Dec 2013 20:59:55 +0000 (20:59 +0000)
commit36d68d3b4dbeaa553c31d15dbd5773ce89aa38b7
tree1fff240734a2061b8a4785054b8fb8f7eb1f9b35
parent9991ec3a98f0d3001db89565ec91f67a7001539c
arm64: pgtable: Include <asm/types.h>

arch/arm64/include/asm/pgtable-3level-types.h uses Linux-specific types
but doesn't include the header defining them causing build failures if
it's not pulled in by some other header first.  Fix that by adding the
required include.

Signed-off-by: Mark Brown <broonie@linaro.org>
arch/arm64/include/asm/pgtable-3level-types.h