kvm/ppc/mpic: drop unused IRQ_testbit
authorArseny Solokha <asolokha@kb.kras.ru>
Tue, 24 Feb 2015 09:05:04 +0000 (16:05 +0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Apr 2015 08:46:58 +0000 (10:46 +0200)
commit19456060315cedc5595a47007f886369871dfbc5
tree2dd149e2deb438aed97ada31d052cdfb7abd65e5
parent92d71bc6951364c20f7d8c70a83cd93a68a63ea7
kvm/ppc/mpic: drop unused IRQ_testbit

Drop unused static procedure which doesn't have callers within its
translation unit. It had been already removed independently in QEMU[1]
from the OpenPIC implementation borrowed from the kernel.

[1] https://lists.gnu.org/archive/html/qemu-devel/2014-06/msg01812.html

Signed-off-by: Arseny Solokha <asolokha@kb.kras.ru>
Cc: Alexander Graf <agraf@suse.de>
Cc: Gleb Natapov <gleb@kernel.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <1424768706-23150-3-git-send-email-asolokha@kb.kras.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/powerpc/kvm/mpic.c