diff options
author | Will Deacon <will.deacon@arm.com> | 2015-10-13 16:01:06 +0300 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2015-10-13 16:54:42 +0300 |
commit | 83040123fde42ec532d3b632efb5f7f84024e61d (patch) | |
tree | 668de0164f4db8ac50f426839770edd5139a8b51 /CREDITS | |
parent | 4fc57692268bf841a3cc90b3b056640de2bb1605 (diff) | |
download | linux-83040123fde42ec532d3b632efb5f7f84024e61d.tar.xz |
arm64: kasan: fix issues reported by sparse
Sparse reports some new issues introduced by the kasan patches:
arch/arm64/mm/kasan_init.c:91:13: warning: no previous prototype for
'kasan_early_init' [-Wmissing-prototypes] void __init kasan_early_init(void)
^
arch/arm64/mm/kasan_init.c:91:13: warning: symbol 'kasan_early_init'
was not declared. Should it be static? [sparse]
This patch resolves the problem by adding a prototype for
kasan_early_init and marking the function as asmlinkage, since it's only
called from head.S.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Acked-by: Andrey Ryabinin <ryabinin.a.a@gmail.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions