commit | 36d68d3b4dbeaa553c31d15dbd5773ce89aa38b7 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Tue Dec 17 20:59:55 2013 +0000 |
committer | Mark Brown <broonie@linaro.org> | Tue Dec 17 20:59:55 2013 +0000 |
tree | 1fff240734a2061b8a4785054b8fb8f7eb1f9b35 | |
parent | 9991ec3a98f0d3001db89565ec91f67a7001539c [diff] |
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>