]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: PPC: Book3s: Fix warning about xics_rm_h_xirr_x
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 22 Jun 2022 05:52:35 +0000 (15:52 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 24 Jun 2022 02:58:33 +0000 (12:58 +1000)
commit806163f5cf1e42c8cdef47de09d0da2d7e010bc1
tree587ddc169620435c570f161a5daf20c597e49083
parent71374b58ebc7666369d670c06d1176f81c437c59
KVM: PPC: Book3s: Fix warning about xics_rm_h_xirr_x

This fixes "no previous prototype":

arch/powerpc/kvm/book3s_hv_rm_xics.c:482:15:
warning: no previous prototype for 'xics_rm_h_xirr_x' [-Wmissing-prototypes]

Reported by the kernel test robot.

Fixes: a3c66f359ff9 ("KVM: PPC: Book3s: Remove real mode interrupt controller hcalls handlers")
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220622055235.1139204-1-aik@ozlabs.ru
arch/powerpc/kvm/book3s_xics.h