From patchwork Mon Aug 13 09:09:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fengguang Wu X-Patchwork-Id: 10563929 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2527C1390 for ; Mon, 13 Aug 2018 09:10:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 19786290BF for ; Mon, 13 Aug 2018 09:10:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0B28E290C2; Mon, 13 Aug 2018 09:10:27 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2B83F290BF for ; Mon, 13 Aug 2018 09:10:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728226AbeHMLvo (ORCPT ); Mon, 13 Aug 2018 07:51:44 -0400 Received: from mga03.intel.com ([134.134.136.65]:48711 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728055AbeHMLvo (ORCPT ); Mon, 13 Aug 2018 07:51:44 -0400 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Aug 2018 02:10:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,232,1531810800"; d="scan'208";a="76210985" Received: from bee.sh.intel.com (HELO lkp-server01) ([10.239.97.14]) by fmsmga002.fm.intel.com with ESMTP; 13 Aug 2018 02:10:20 -0700 Received: from kbuild by lkp-server01 with local (Exim 4.89) (envelope-from ) id 1fp8ri-00090V-Re; Mon, 13 Aug 2018 17:10:18 +0800 Date: Mon, 13 Aug 2018 17:09:32 +0800 From: kbuild test robot To: Bharat Kumar Gogada Cc: kbuild-all@01.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, bhelgaas@google.com, rgummal@xilinx.com, Bharat Kumar Gogada Subject: [RFC PATCH] PCI: xilinx-nwl: nwl_setup_service_irqs() can be static Message-ID: <20180813090932.GA33035@ivb42> References: <1533915580-31805-5-git-send-email-bharat.kumar.gogada@xilinx.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1533915580-31805-5-git-send-email-bharat.kumar.gogada@xilinx.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fixes: 19cbd2e19134 ("PCI: xilinx-nwl: Add method to setup_platform_service_irq hook") Signed-off-by: kbuild test robot --- pcie-xilinx-nwl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pci/controller/pcie-xilinx-nwl.c b/drivers/pci/controller/pcie-xilinx-nwl.c index 285647b..af07db8 100644 --- a/drivers/pci/controller/pcie-xilinx-nwl.c +++ b/drivers/pci/controller/pcie-xilinx-nwl.c @@ -820,8 +820,8 @@ static int nwl_pcie_parse_dt(struct nwl_pcie *pcie, return 0; } -int nwl_setup_service_irqs(struct pci_host_bridge *bridge, int *irqs, - int plat_mask) +static int nwl_setup_service_irqs(struct pci_host_bridge *bridge, int *irqs, + int plat_mask) { struct nwl_pcie *pcie;