KVM: s390: Remove unused parameter from __inject_sigp_restart()
authorThomas Huth <thuth@redhat.com>
Thu, 12 Sep 2019 07:02:50 +0000 (09:02 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 4 Oct 2019 13:37:26 +0000 (15:37 +0200)
commit7775cbaa11153ec5489cfa31de95aa1b5f29310b
tree723b018fe694eac5dc771a6725c8a15a7a20d630
parent54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c
KVM: s390: Remove unused parameter from __inject_sigp_restart()

It's not required, so drop it to make it clear that this interrupt
does not have any extra parameters.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Link: https://lore.kernel.org/kvm/20190912070250.15131-1-thuth@redhat.com
Reviewed-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/kvm/interrupt.c