On Wed, 22 Jun 2022 15:52:35 +1000, Alexey Kardashevskiy wrote:
> 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.
>
> [...]
Applied to power
On Wed, 22 Jun 2022 15:52:35 +1000
Alexey Kardashevskiy wrote:
> 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: b22af9041927 ("
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: b22af9041927 ("KVM: PPC: Book3s: Remove real mode interrupt controller
hcalls handlers")
Signed