From mboxrd@z Thu Jan 1 00:00:00 1970 From: Duan Jiong Subject: [PATCH] kvm: remove useless function define from file arch/x86/kvm/irq.h Date: Thu, 03 Mar 2011 17:25:30 +0800 Message-ID: <4D6F5E8A.3010105@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org, avi@redhat.com Return-path: Received: from mail-pw0-f46.google.com ([209.85.160.46]:58105 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750931Ab1CCJVm (ORCPT ); Thu, 3 Mar 2011 04:21:42 -0500 Received: by pwi15 with SMTP id 15so171708pwi.19 for ; Thu, 03 Mar 2011 01:21:42 -0800 (PST) Sender: kvm-owner@vger.kernel.org List-ID: Just remove useless function define kvm_pic_clear_isr_ack() and pit_has_pending_timer() Signed-off-by: Duan Jiong --- arch/x86/kvm/irq.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/irq.h b/arch/x86/kvm/irq.h index ba910d1..15df9b5 100644 --- a/arch/x86/kvm/irq.h +++ b/arch/x86/kvm/irq.h @@ -75,7 +75,6 @@ struct kvm_pic *kvm_create_pic(struct kvm *kvm); void kvm_destroy_pic(struct kvm *kvm); int kvm_pic_read_irq(struct kvm *kvm); void kvm_pic_update_irq(struct kvm_pic *s); -void kvm_pic_clear_isr_ack(struct kvm *kvm); static inline struct kvm_pic *pic_irqchip(struct kvm *kvm) { @@ -101,6 +100,5 @@ void __kvm_migrate_pit_timer(struct kvm_vcpu *vcpu); void __kvm_migrate_timers(struct kvm_vcpu *vcpu); int pit_has_pending_timer(struct kvm_vcpu *vcpu); -int apic_has_pending_timer(struct kvm_vcpu *vcpu); #endif -- 1.7.4