diff options
author | Daniel Axtens <dja@axtens.net> | 2016-10-10 11:31:20 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@ozlabs.org> | 2016-11-21 15:17:54 +1100 |
commit | ebe4535fbe7a190e13c0e175e7e7a02898dbac33 (patch) | |
tree | 0cd06ba557355787d5c69fd49f4975285d375d19 /arch/powerpc/kvm/book3s_64_vio_hv.c | |
parent | 025c95113866415c17b47b2a80ad6341214b1fe9 (diff) | |
download | linux-ebe4535fbe7a190e13c0e175e7e7a02898dbac33.tar.gz linux-ebe4535fbe7a190e13c0e175e7e7a02898dbac33.tar.bz2 linux-ebe4535fbe7a190e13c0e175e7e7a02898dbac33.zip |
KVM: PPC: Book3S HV: sparse: prototypes for functions called from assembler
A bunch of KVM functions are only called from assembler.
Give them prototypes in asm-prototypes.h
This reduces sparse warnings.
Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Diffstat (limited to 'arch/powerpc/kvm/book3s_64_vio_hv.c')
-rw-r--r-- | arch/powerpc/kvm/book3s_64_vio_hv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/book3s_64_vio_hv.c b/arch/powerpc/kvm/book3s_64_vio_hv.c index d461c440889a..30f83cf1b98e 100644 --- a/arch/powerpc/kvm/book3s_64_vio_hv.c +++ b/arch/powerpc/kvm/book3s_64_vio_hv.c @@ -40,6 +40,7 @@ #include <asm/iommu.h> #include <asm/tce.h> #include <asm/iommu.h> +#include <asm/asm-prototypes.h> #define TCES_PER_PAGE (PAGE_SIZE / sizeof(u64)) |