aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/pgtable-3level-types.h
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-12-17 20:59:55 +0000
committerMark Brown <broonie@linaro.org>2013-12-17 20:59:55 +0000
commit36d68d3b4dbeaa553c31d15dbd5773ce89aa38b7 (patch)
tree1fff240734a2061b8a4785054b8fb8f7eb1f9b35 /arch/arm64/include/asm/pgtable-3level-types.h
parent9991ec3a98f0d3001db89565ec91f67a7001539c (diff)
arm64: pgtable: Include <asm/types.h>v3.10/topic/misc
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>
Diffstat (limited to 'arch/arm64/include/asm/pgtable-3level-types.h')
-rw-r--r--arch/arm64/include/asm/pgtable-3level-types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/pgtable-3level-types.h b/arch/arm64/include/asm/pgtable-3level-types.h
index 4489615f14a..4e94424938a 100644
--- a/arch/arm64/include/asm/pgtable-3level-types.h
+++ b/arch/arm64/include/asm/pgtable-3level-types.h
@@ -16,6 +16,8 @@
#ifndef __ASM_PGTABLE_3LEVEL_TYPES_H
#define __ASM_PGTABLE_3LEVEL_TYPES_H
+#include <asm/types.h>
+
typedef u64 pteval_t;
typedef u64 pmdval_t;
typedef u64 pgdval_t;