]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: ARM: Fix kvm_vm_ioctl_irq_line
authorAlexander Graf <agraf@suse.de>
Tue, 16 Apr 2013 17:21:41 +0000 (19:21 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 16 Apr 2013 21:16:10 +0000 (18:16 -0300)
commit79558f112fc0352e057f7b5e158e3d88b8b62c60
tree8b67f90c33e9e67f7b7c61916796193a057e368c
parent5a71785dde307f6ac80e83c0ad3fd694912010a1
KVM: ARM: Fix kvm_vm_ioctl_irq_line

Commit aa2fbe6d broke the ARM KVM target by introducing a new parameter
to irq handling functions.

Fix the function prototype to get things compiling again and ignore the
parameter just like we did before

Signed-off-by: Alexander Graf <agraf@suse.de>
Acked-by: Christoffer Dall <cdall@cs.columbia.edu>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/arm/kvm/arm.c