diff options
author | Paul Walmsley <pwalmsley@nvidia.com> | 2015-01-05 17:38:41 -0700 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2015-01-07 11:40:59 +0000 |
commit | 2c2b282d001e9934adeac93c10eb037b81d532f5 (patch) | |
tree | 8321428e8ecab6540d66bc06196807abe5a96022 /fs/afs | |
parent | 082471a8efe1a91d4e44abec202d9e3067dcec91 (diff) | |
download | op-kernel-dev-2c2b282d001e9934adeac93c10eb037b81d532f5.zip op-kernel-dev-2c2b282d001e9934adeac93c10eb037b81d532f5.tar.gz |
arm64: fix missing asm/alternative.h include in kernel/module.c
On next-20150105, defconfig compilation breaks with:
arch/arm64/kernel/module.c:408:4: error: implicit declaration of function ‘apply_alternatives’ [-Werror=implicit-function-declaration]
Fix by including asm/alternative.h, where the apply_alternatives()
prototype is declared.
This second version incorporates a comment from Mark Rutland
<mark.rutland@arm.com> to keep the includes in alphabetical order
by filename.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Paul Walmsley <pwalmsley@nvidia.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'fs/afs')
0 files changed, 0 insertions, 0 deletions