diff options
| author | John Stultz <john.stultz@linaro.org> | 2014-01-31 11:22:18 -0800 |
|---|---|---|
| committer | John Stultz <john.stultz@linaro.org> | 2014-01-31 14:34:43 -0800 |
| commit | 5675c04044d70363f6ada070aea41a5434ed6741 (patch) | |
| tree | 5d37fd6a5bac8f0701c8075ba6390ceaa4b46237 /security/selinux/hooks.c | |
| parent | 5a0312add72620b4bd67ccb7cde887ef2b95cd6d (diff) | |
| download | olio-linux-3.10-5675c04044d70363f6ada070aea41a5434ed6741.tar.xz olio-linux-3.10-5675c04044d70363f6ada070aea41a5434ed6741.zip | |
Fix aarch64 build issue with ION
In trying to build ION for aarch64, I came across the following build error:
In file included from /home/jstultz/projects/linux/linaro.android/arch/arm64/include/asm/page.h:39:0,
from drivers/staging/android/ion/ion_system_heap.c:17:
/home/jstultz/projects/linux/linaro.android/arch/arm64/include/asm/pgtable-3level-types.h:19:1: error: unknown type name u64
typedef u64 pteval_t;
^
/home/jstultz/projects/linux/linaro.android/arch/arm64/include/asm/pgtable-3level-types.h:20:1: error: unknown type name u64
typedef u64 pmdval_t;
^
...
The problem is asm/page.h doesn't include anything that defines u64, so
add an asm/types.h include to the pgtable-3level-types.h to match upstream
and avoid the issue.
Change-Id: I3f098bf666761ac6b316389a46d37cc449c342d6
Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions