aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2014-01-31 11:54:26 -0800
committerJohn Stultz <john.stultz@linaro.org>2014-01-31 11:54:26 -0800
commit7fc52650e4f815c1f382af3c51fbd569ebade2b2 (patch)
tree44a5f1c4c6687cc598950df2f903983c96daff23
parent6392ebd274dd0f6b893a0989398bee941dbeac4f (diff)
parent6e23832c042e05fcc25f9d26e7e3f7959cce7c54 (diff)
Merge branch 'linaro-fixes/android-3.10' into linaro-android-3.10-lsk
-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 4489615f14a9..4e94424938a4 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;