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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4BF1DC43334 for ; Thu, 30 Jun 2022 05:15:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229888AbiF3FPR (ORCPT ); Thu, 30 Jun 2022 01:15:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38876 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229479AbiF3FPR (ORCPT ); Thu, 30 Jun 2022 01:15:17 -0400 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A22071CB2E; Wed, 29 Jun 2022 22:15:15 -0700 (PDT) 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 4LYRNd2w2Yz4xRC; Thu, 30 Jun 2022 15:15:12 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1656566113; bh=ZQv+wLBSU6RnRAVqdiHCzda/kP6b/kTLaNcNGfOuLZU=; h=Date:From:To:Cc:Subject:From; b=AtXynY3rrXIfjGlqBjiSB9m4cE2DgeH7rTNrlUiBYIfPS3+3WlC3xt9Axf3PAIunF MKQJeghEjAFmB0lKR3fTADixTU8SJXG7qidRvgVav9E/VFKZW0PqUWZuxha1f3RdUm ePaZp7x7C/NILiLo8yqysiMDJu5Ewq27tAwhnR216Q+KagJYMwD9bFj1/RPH3+w/N1 edCgMnq5JIYPACZZkh+VnQ/qyDtlwHxEn9pEQOm2r/XYRtNjObPCW5SFzrWkgSAElV AkpP+Sc5JKjsbYnvOcIHxx0LF3q9YFdrBNCXaAPQg8NYIDIxGj23i7FI0jjRstPbXg YXIbMHbgDMwjg== Date: Thu, 30 Jun 2022 15:15:11 +1000 From: Stephen Rothwell To: Geert Uytterhoeven Cc: Phil Edworthy , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build failure after merge of the pinctrl-renesas tree Message-ID: <20220630151511.58281e52@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/Sc/Tj+FssHOhk5XcHCHyM+5"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/Sc/Tj+FssHOhk5XcHCHyM+5 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the pinctrl-renesas tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/pinctrl/renesas/pinctrl-rzv2m.c: In function 'rzv2m_dt_subnode_to_m= ap': drivers/pinctrl/renesas/pinctrl-rzv2m.c:37:33: error: implicit declaration = of function 'FIELD_GET' [-Werror=3Dimplicit-function-declaration] 37 | #define MUX_FUNC(pinconf) FIELD_GET(MUX_FUNC_MASK, (pinconf)) | ^~~~~~~~~ drivers/pinctrl/renesas/pinctrl-rzv2m.c:306:31: note: in expansion of macro= 'MUX_FUNC' 306 | psel_val[i] =3D MUX_FUNC(value); | ^~~~~~~~ cc1: all warnings being treated as errors Caused by commit 1e18476c392f ("pinctrl: renesas: Add RZ/V2M pin and gpio controller drive= r") I have used the pinctrl-renesas tree from next-20220629 for today. --=20 Cheers, Stephen Rothwell --Sig_/Sc/Tj+FssHOhk5XcHCHyM+5 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmK9MV8ACgkQAVBC80lX 0Gx++ggAgyA4Zxyrf+FOItez8dws4o8w4fUixQ9Z2VX4QEbymYV4kODUMbcgKGxs CeVdlDfCRaTrnqTIKhqMJA50m1WHFFWnEolrC/SUPr4va5w9b4ds2HTuEPmS89yd w58wgprLrPX6g/ryZ5gz+Fnnrx1cQrJcT3NxVqW+/5f88n7bDw0Jtal5LCnAFwLm vZOVMCTWJp9PwWkqU64YwR5W08OUIXq07OF7rbzfzvXqofLGxBMozC+6jelVlJLe elKHDEvHaALIe0sRAiHGKbenKGP/7PByBIMA0lwCxJLAFRaSVkpylv6wIOH6KFXV Dt469lZfo7qDm+w1/LMX8LGSVWNgRA== =pEqB -----END PGP SIGNATURE----- --Sig_/Sc/Tj+FssHOhk5XcHCHyM+5--