From patchwork Mon Apr 2 00:00:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peng Hao X-Patchwork-Id: 10319197 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A7BEA60247 for ; Sun, 1 Apr 2018 15:43:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9651C288FD for ; Sun, 1 Apr 2018 15:43:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8AA6128E0C; Sun, 1 Apr 2018 15:43:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=2.0 tests=BAYES_00, DATE_IN_FUTURE_06_12, DKIM_SIGNED,DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 2C535288FD for ; Sun, 1 Apr 2018 15:43:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=KBkfs0X03k6xKFTg7N54ZcE5t8i5Ufje+E9sprDxOWk=; b=qER mv8JkRjGj7ZOxB/hPJi3LHJXmnp6NeE/XcGReiIWTB2GGwWHlQ6CZf1PKd+J/62W/4AE5fcY6qsuB RLKd98DQwwr3riiYyGG9ImTyhJhaGKRbnIrRCDTDFJw3BP8SOhTIKUQgqQChFV/7s+FJVo8cY4kap ovwTcsvmckiNLdFP8NbvjB/FQAbMUeBeoi5K9/sp9D1ZemR+GbWIoLofXO//J9ylPv0SyDMR46Vqk e9tdHVXzkZ3qCn3yhAVW9zCQmy8icDelfU57JUszNrsVfMblQiTsJ+KNOXaZlHiH8YoUmJLpBYPHb Zb36FAnQtzJZO3tmMBUeRdBA6nzxvHw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1f2f8L-0000wJ-65; Sun, 01 Apr 2018 15:43:05 +0000 Received: from mxhk.zte.com.cn ([63.217.80.70]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1f2f8H-0000ui-Pg for linux-arm-kernel@lists.infradead.org; Sun, 01 Apr 2018 15:43:03 +0000 Received: from mse01.zte.com.cn (unknown [10.30.3.20]) by Forcepoint Email with ESMTPS id 55AD6BCCAF629156A708; Sun, 1 Apr 2018 23:42:41 +0800 (CST) Received: from notes_smtp.zte.com.cn ([10.30.1.239]) by mse01.zte.com.cn with ESMTP id w31Fga21057017; Sun, 1 Apr 2018 23:42:36 +0800 (GMT-8) (envelope-from peng.hao2@zte.com.cn) Received: from localhost.localdomain.localdomain ([10.74.120.59]) by szsmtp06.zte.com.cn (Lotus Domino Release 8.5.3FP6) with ESMTP id 2018040123425036-3961558 ; Sun, 1 Apr 2018 23:42:50 +0800 From: Peng Hao To: cdall@kernel.org, marc.zyngier@arm.com Subject: [PATCH] kvm : arm/arm64 : fix some warningg Date: Mon, 2 Apr 2018 08:00:36 +0800 Message-Id: <1522627236-3465-1-git-send-email-peng.hao2@zte.com.cn> X-Mailer: git-send-email 1.8.3.1 X-MIMETrack: Itemize by SMTP Server on SZSMTP06/server/zte_ltd(Release 8.5.3FP6|November 21, 2013) at 2018-04-01 23:42:50, Serialize by Router on notes_smtp/zte_ltd(Release 9.0.1FP7|August 17, 2016) at 2018-04-01 23:42:35, Serialize complete at 2018-04-01 23:42:35 X-MAIL: mse01.zte.com.cn w31Fga21057017 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180401_084302_001629_6F8F2530 X-CRM114-Status: GOOD ( 10.47 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peng Hao , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP fix some "warning: no previous prototype". Signed-off-by: Peng Hao --- virt/kvm/arm/vgic/vgic-its.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/virt/kvm/arm/vgic/vgic-its.c b/virt/kvm/arm/vgic/vgic-its.c index 4650953..881494b 100644 --- a/virt/kvm/arm/vgic/vgic-its.c +++ b/virt/kvm/arm/vgic/vgic-its.c @@ -177,12 +177,12 @@ struct vgic_its_abi { #define NR_ITS_ABIS ARRAY_SIZE(its_table_abi_versions) -inline const struct vgic_its_abi *vgic_its_get_abi(struct vgic_its *its) +static inline const struct vgic_its_abi *vgic_its_get_abi(struct vgic_its *its) { return &its_table_abi_versions[its->abi_rev]; } -int vgic_its_set_abi(struct vgic_its *its, int rev) +static int vgic_its_set_abi(struct vgic_its *its, int rev) { const struct vgic_its_abi *abi; @@ -1731,7 +1731,7 @@ static void vgic_its_destroy(struct kvm_device *kvm_dev) kfree(its); } -int vgic_its_has_attr_regs(struct kvm_device *dev, +static int vgic_its_has_attr_regs(struct kvm_device *dev, struct kvm_device_attr *attr) { const struct vgic_register_region *region; @@ -1752,7 +1752,7 @@ int vgic_its_has_attr_regs(struct kvm_device *dev, return 0; } -int vgic_its_attr_regs_access(struct kvm_device *dev, +static int vgic_its_attr_regs_access(struct kvm_device *dev, struct kvm_device_attr *attr, u64 *reg, bool is_write) {