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 BDB9AC433F5 for ; Sun, 3 Oct 2021 23:36:18 +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 489F661252 for ; Sun, 3 Oct 2021 23:36:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 489F661252 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 2678783461; Mon, 4 Oct 2021 01:34:43 +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="E3AEp8ow"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 146248324B; Mon, 4 Oct 2021 01:34:28 +0200 (CEST) Received: from mail-qk1-x731.google.com (mail-qk1-x731.google.com [IPv6:2607:f8b0:4864:20::731]) (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 68E488350A for ; Mon, 4 Oct 2021 01:34:21 +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-qk1-x731.google.com with SMTP id p4so14834013qki.3 for ; Sun, 03 Oct 2021 16:34:21 -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=SM5xgAaLcioSYgOsqO8T2jMyD9V7yz1T5C7ASxpvz94=; b=E3AEp8owuHhb5RJ2v2TaLI2ZVdKtYI6MnGsIY+K0iwfMke58PXKxxhK04s0cmpgj1m MBLKtxAOdRTMFOSmdwBpMa2zOlUal1eaAEsIO6heMJ5K7uYmfb7UtIXM5iwrpRCT523u lL151fmt+wp+wFMNN+eFJLpDPMCrktH7hvhQ4= 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=SM5xgAaLcioSYgOsqO8T2jMyD9V7yz1T5C7ASxpvz94=; b=e7sSf5rcyZOF3oCoohWk/RGhD0BrsEdlXHrZqlY9cqushjwnpVnX4VrjzSW+Zk7+9R cHBLVn0USJdutmQkMNwPw/6zaSeaAddLZ/eACFwV1YazxOwICIdjgcHRJ5FMLvr9fvpv L4DKxYvKkUGm04pcZ2P4qWlGq0TLNnd7bNKu4pdz94qnK3b1zC0Vcom5S5Y+07T3ck/O +hCtqBh6qcQMTNYI9yU8iCOHaKoo+hy4KNyKUpLYEevDkVNvwb0d/UQPk0XG4Pp5J4DA hFjo2lw3oJ5kzUU40q1sYZFWScXUneM1W8LRcglPz5fH3a3QcH0xqSGWmLZTYDWj6JPk 6Vyg== X-Gm-Message-State: AOAM530iFff1PtKg/IA3WiObZ6XlnS+QP9UVSTGfpxjuSYZuM5OHOnku mZcHMuRLfayOvx6YpWYbfDRAIg== X-Google-Smtp-Source: ABdhPJxkFZhgyBvRzGvyUvOaKDv/f37nlbQ4Hb8fHyyXwCw2hFauOp4ozK+zO5BIFJycG8ugF7QWEw== X-Received: by 2002:a37:6487:: with SMTP id y129mr7562536qkb.419.1633304060209; Sun, 03 Oct 2021 16:34:20 -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 b14sm6992897qkl.81.2021.10.03.16.34.19 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sun, 03 Oct 2021 16:34:19 -0700 (PDT) Date: Sun, 3 Oct 2021 19:34:17 -0400 From: Tom Rini To: Vladimir Oltean Cc: u-boot@lists.denx.de, Bin Meng , Priyanka Jain , Hou Zhiqiang Subject: Re: [PATCH 10/11] pci: pcie_layerscape_fixup_common: include fdt_support.h for ft_pci_setup Message-ID: <20211003233417.GG31748@bill-the-cat> References: <20210917121130.526216-1-vladimir.oltean@nxp.com> <20210917121130.526216-11-vladimir.oltean@nxp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="iYxc9igio5n56yv8" Content-Disposition: inline In-Reply-To: <20210917121130.526216-11-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 --iYxc9igio5n56yv8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 17, 2021 at 03:11:29PM +0300, Vladimir Oltean wrote: > The function prototype for ft_pci_setup is inside fdt_support.h, we need > to include that header. >=20 > Signed-off-by: Vladimir Oltean > Reviewed-by: Bin Meng Applied to u-boot/next, thanks! --=20 Tom --iYxc9igio5n56yv8 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFaPfkACgkQFHw5/5Y0 tyyYGgv/ekySvxqESLh7UleU3T6V3+cJvPQFWshNF07Y261laosn03yijnkQZOIL GNvs9RxhTCwDff7PREBo5eTloM5jMZr4RUt7Aa2dMbO5GnJ/3vYnPdFIWhvZG1Ga gaO53qY35yPh/86V9Sd1hH8N3O+KraRw13JW8YW1r+buURoUqpZ6UD9j8XhppQOa TiWUhrdvvZHoaUgR2YuFo9PgcGWFmg680AHjrfUOJRmq+WJ5swTS4ptQ7//nwe0S 93BmOj51dGlkKjd7pKUwf0RhtgQui7HJeBxVt/+lAB8h3VAW3BYJs0wSAS7mCzX1 5AWzOSAJ4+KluaEHMmRGf78uHe8o+1SfgQ0Xjwxn4LChNyrrnRbI+IF0DrT3I+Uu eXUlMZnx3gdb8Y9VzSYv0jQMRPWgESG1pNhcS0OwU/IeV+peto0/VYiH1XXh7nlW R4jnxZRwVXzI8CiMCteJKVlXx4AIdDtvwhACcjmp5jl7ymPN9mk5n7wBCWSxiiWj s3PzA41l =WO4c -----END PGP SIGNATURE----- --iYxc9igio5n56yv8--