Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp575474ybl; Fri, 6 Dec 2019 02:47:08 -0800 (PST) X-Google-Smtp-Source: APXvYqzD5aXLjoVxQivwnm7EE7NSL9KSDAkvWbq9Hd6FzHVY9GK7PfwXiS5NEaR+bBAt4O9Qxb08 X-Received: by 2002:aca:c74e:: with SMTP id x75mr12044203oif.140.1575629228463; Fri, 06 Dec 2019 02:47:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575629228; cv=none; d=google.com; s=arc-20160816; b=MjtymawnjrHMLVN8/yeWXqbQSBwNu1JNb7O5lk0pqU5zUQQLQZJi+OMKEoKJN39GXX e2ZUyJppJztF7tH+bAsWOgXNglY9PN5t1eWM1bFCs1IYSW9x6pMBHBoG5p7j9MEKA4Oz dwoBHkSNglPYmSrp+Q+DOmNTPYVu42RC1/tFAGf6PqN4a+YYhzLJaqZV5mcvIR8Sd4F3 9zvqnFi+WUcS1a1kX83jVklk/hN0QwxpQJE7mF59x+ZMPsrFy8X0oj5X3BRHDJZs8rTB dmyqwT8EwgvbmkmdrypO9m4OXFAmVxxkOEf2kj8uZhnz4QIQrlGvWdDY25Tt7JcsR9M0 c5sw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=Cn5H8p3QAkmMYq77pYv37PThwwk3DYaed/30mP5bqPY=; b=AKQvfoyZtnl4C/9Z+TsOMyydQSzktw+0XBW5kBqHre+oWmM2Df4I6NS/Ns9ymckAlB S6unQbynY9IYiCn5n3xBWUekmP3ql+JKGAcZosXMwDkHuMnpLetv0iGP5ei71iQnSIIW kY4jHz9D6o9a2Kg8W3+w3ChL4nPp86EfawZPLWfoOAmfIPjBJiaziE2lEQwTQuRjGDwa gTkKMvfGaOB4d+2SdTf41SPwLnD+ZZGkLHJEG21c1skN2BzlKfvJ40PnmZe9stSl6OHe StvFALMeJ0kZaCVQf4LW5qazwtZtdr3zNNAfg4A5VasMmp/yxH6aHa69GA5CS+m8NxUm LtFQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e5si6952308otr.247.2019.12.06.02.46.53; Fri, 06 Dec 2019 02:47:08 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726222AbfLFKqW (ORCPT + 99 others); Fri, 6 Dec 2019 05:46:22 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:7646 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726102AbfLFKqW (ORCPT ); Fri, 6 Dec 2019 05:46:22 -0500 Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 85D5C69AC500BA8716F1; Fri, 6 Dec 2019 18:46:19 +0800 (CST) Received: from DESKTOP-8RFUVS3.china.huawei.com (10.173.222.27) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.439.0; Fri, 6 Dec 2019 18:46:12 +0800 From: Zenghui Yu To: , CC: , , , , Zenghui Yu Subject: [PATCH v2] KVM: Remove duplicated declaration of kvm_vcpu_kick Date: Fri, 6 Dec 2019 18:45:52 +0800 Message-ID: <20191206104552.464-1-yuzenghui@huawei.com> X-Mailer: git-send-email 2.23.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.173.222.27] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There are two declarations of kvm_vcpu_kick() in kvm_host.h where one of them is redundant. Remove to keep the git grep a bit cleaner. Reviewed-by: Cornelia Huck Signed-off-by: Zenghui Yu --- v1 -> v2: Collect Cornelia's tag include/linux/kvm_host.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 7ed1e2f8641e..92ce5e205622 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -982,7 +982,6 @@ void kvm_arch_destroy_vm(struct kvm *kvm); void kvm_arch_sync_events(struct kvm *kvm); int kvm_cpu_has_pending_timer(struct kvm_vcpu *vcpu); -void kvm_vcpu_kick(struct kvm_vcpu *vcpu); bool kvm_is_reserved_pfn(kvm_pfn_t pfn); bool kvm_is_zone_device_pfn(kvm_pfn_t pfn); -- 2.19.1