From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1D1AC433EF for ; Sun, 3 Oct 2021 23:35:58 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 56B2D61252 for ; Sun, 3 Oct 2021 23:35:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 56B2D61252 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9F7768350D; Mon, 4 Oct 2021 01:34:32 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="L5ENZ9/u"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 84112834D1; Mon, 4 Oct 2021 01:34:22 +0200 (CEST) Received: from mail-qt1-x836.google.com (mail-qt1-x836.google.com [IPv6:2607:f8b0:4864:20::836]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 18CF0834E8 for ; Mon, 4 Oct 2021 01:34:17 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x836.google.com with SMTP id e16so3966687qts.4 for ; Sun, 03 Oct 2021 16:34:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=DNfNENmCIPV1/SVeet0RzXzi29uuiutGScCFxojiFmo=; b=L5ENZ9/uZAOtJP0JY9k9r8JifDe8FC0BP3A2gm57tSkZELFpXaLdDBRxY6o4h/SL+j TF3lLq7OBsUCtSEDWyPMilAesVz8KxdoHMph1JsaJJiPHyCQCkr88itEEqy/RTwy0vin YwGlzds58Kw4vss2Vrb34hQ24Q/EvaPv3i1sY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=DNfNENmCIPV1/SVeet0RzXzi29uuiutGScCFxojiFmo=; b=2tAezEkkBnEZwUbaNrHSyhwxHzDiyNcfVBJsytx7LPA543m4IKdReDIN0pBnnVwulO bnAPpCfSGpcVwFyjVY6b9Vq3/A1rLJo1z1SCPsdcmYmUFWF7ULHUEPlVzvf4eCspti/t AAtaITJBZaks2T2nT5Nyqrm00PyUQ7b0gvdd7DT9sAYMU2mk4ZRSnL8QeLJ0AeaVkWve hcQyVwHliiSZ7mW0wQbDPHxKIqk0yODkmclp8lL0V+mQU7rrfeMNZC3MxbcXs9Rxl9Ue UYdl1M3BbWkGccXoS9w66yN+8jyQJDNEDe6LHQ+I1R04WObcs8sTcibz5qoYjE0SIUzx 68NQ== X-Gm-Message-State: AOAM531NhCp9bCFC16HPqB3a4/IyENd4COH8LCXeP+af6+a54ehDUHoX qhoSjXD+T3KHeubLDrdbWt/YGg== X-Google-Smtp-Source: ABdhPJzRcT9nxfkUDnTvklmQCNv1bLAgYPjqTLjCbJJaEs9Kg4DbfqlK4NjaIMw0gn7hc/BUxHfBaw== X-Received: by 2002:aed:27c2:: with SMTP id m2mr10636431qtg.293.1633304056014; Sun, 03 Oct 2021 16:34:16 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-ddc6-c860-2365-fdf8.res6.spectrum.com. [2603:6081:7b01:cbda:ddc6:c860:2365:fdf8]) by smtp.gmail.com with ESMTPSA id l7sm7791376qth.81.2021.10.03.16.34.14 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sun, 03 Oct 2021 16:34:15 -0700 (PDT) Date: Sun, 3 Oct 2021 19:34:13 -0400 From: Tom Rini To: Vladimir Oltean Cc: u-boot@lists.denx.de, Bin Meng , Priyanka Jain , Hou Zhiqiang Subject: Re: [PATCH 09/11] pci: layerscape: ls_pcie_conf_address can be static Message-ID: <20211003233413.GF31748@bill-the-cat> References: <20210917121130.526216-1-vladimir.oltean@nxp.com> <20210917121130.526216-10-vladimir.oltean@nxp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="umFY+EI/+9UScBI1" Content-Disposition: inline In-Reply-To: <20210917121130.526216-10-vladimir.oltean@nxp.com> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --umFY+EI/+9UScBI1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 17, 2021 at 03:11:28PM +0300, Vladimir Oltean wrote: > To avoid W=3D1 build warnings, declare this function as static, since it > is not used outside of this translation module. >=20 > Signed-off-by: Vladimir Oltean > Reviewed-by: Bin Meng Applied to u-boot/next, thanks! --=20 Tom --umFY+EI/+9UScBI1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFaPfUACgkQFHw5/5Y0 tyx8bQv9G3Iyl9BDRrp0EGA1meWXg0SxrcRm51WEr1KQRS7rW8PnfehCVOsmjIcM u8mE+1JdCW2ECqtIjtaKk5/4NVwASOQhsnWlUAKmGu1N8K6g7q46Mhq+w5zZezBl YB30IGaR9dQtF43B309aMehXJKHcOTx1j1aWY5P/BnLWDEk742S+3vB0Qpbb4E3c fnXxgEwQhKycxZRMdoEO8wVqzCGTti2THMb9VZQOQnhMS2yrYh0+SzfncnOYwQ/R F/O5RIORBYE+kDQf1A84wKyM4HOTifHd66mwUGQH7BwcfMZBc7eB1m2j1o2cIA4e mFcwLLr0qwaW/MiZhVXTC8QgGWTe9xhAInrDHFTKMTWIhxwlrSgY8QcTnesDDzUT kmcornWRyfnnLBF7EEP/46fL8R5g0sLKc3uU4Rf+Tx5jf4sBB9t5BaF8C4+Srki6 jGBbiAx30B3Gxl83TW8xIxSx7E/KMnLWov6NI2q+4nxDWWO8vrN1hwKjYtxawd5k VQA9mYhb =jL51 -----END PGP SIGNATURE----- --umFY+EI/+9UScBI1--