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 X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED7F3C3A5A1 for ; Wed, 21 Aug 2019 06:16:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C1F7022D6D for ; Wed, 21 Aug 2019 06:16:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="RtYQqKzp" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727927AbfHUGQY (ORCPT ); Wed, 21 Aug 2019 02:16:24 -0400 Received: from ozlabs.org ([203.11.71.1]:33021 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726193AbfHUGQX (ORCPT ); Wed, 21 Aug 2019 02:16:23 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 46Cy9057lqz9sDQ; Wed, 21 Aug 2019 16:16:20 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1566368180; bh=C3JS9eWylw/jDZ7Js+18vZRRj+dDN5bTMZWNqK8bTzY=; h=Date:From:To:Cc:Subject:From; b=RtYQqKzpyo9C7ODEBV6Szw3s6PzkQSDxdOFgTvo93e/lKCFj8Soj9ctkrseYy96TW aeV7RPrNZp9VH6OZ0x1Hv9wzpOSXzUwyxkeMsSYn0fQYMCy3vhhxhX+sNbXsXb9l1S OgEygSqVky5F9KLUvUHU81+UggzUckyDArVd4SRHdFki1fz+E4YPcI+SEI9FtEhuj1 IeXX4aFXXaLGUmu0dPhWfsJjuANjVeMlwmZzKu7pu1QWTMPYNM4lYffxHEJXzctQo1 oTxh9dGH9+ool3lETzWikxMAkO7mipz5ubsQVjpBdI8jcLykip7JKpuOQUMM+6NLhM zHYtlKPVxEfcQ== Date: Wed, 21 Aug 2019 16:16:20 +1000 From: Stephen Rothwell To: Linus Walleij Cc: Linux Next Mailing List , Linux Kernel Mailing List Subject: linux-next: build failure after merge of the pinctrl tree Message-ID: <20190821161620.403f663c@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/jB.TcCN=qHuU2IAp8DFPR0_"; protocol="application/pgp-signature"; micalg=pgp-sha256 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/jB.TcCN=qHuU2IAp8DFPR0_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/pinctrl-st.c: In function 'st_pctl_dt_parse_groups': drivers/pinctrl/pinctrl-st.c:1212:15: error: implicit declaration of functi= on 'of_get_named_gpio'; did you mean 'of_get_address'? [-Werror=3Dimplicit-= function-declaration] conf->pin =3D of_get_named_gpio(pins, pp->name, 0); ^~~~~~~~~~~~~~~~~ of_get_address Probably caused by commit 712dfdaf62b6 ("pinctrl: st: Include the right header") I have used the pinctrl tree from next-20190820 for today. --=20 Cheers, Stephen Rothwell --Sig_/jB.TcCN=qHuU2IAp8DFPR0_ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAl1c4bQACgkQAVBC80lX 0Gz83Qf9FVaZ4yjDC89TBP5bTni3Ml3fr1UUPjKf4cbrD8MPBMDEeDx4bhhNf0qf TaaTbsLoq2dBZqVltVEtvkoun9D2sGxn+K8DA3bmwtgEzgAnyIjLLBpDcpTHlcNX cRuoLsE878127e5Ie66QxfvUqBX8lIK5KiMrN53aTe1/OoQqqXK0RwAzoG2hb+GQ k9murRf4c3gLUeK5q69/AAdDIQOMeQj+lDNCOQ6Teet0CNDg44FoiSRfQs3pmOj2 pXXM5nUPvkeiW6CtNhbeDPLZL7bAQkZWhOFyxLYvBch3LFXS0Xmu2Nn8FplHaXRE MWP5ipV62DymQcxY9rgv2O0RPLZbTw== =GF+G -----END PGP SIGNATURE----- --Sig_/jB.TcCN=qHuU2IAp8DFPR0_--