linux-next: build failure in final build
Mark Brown <[email protected]> Thu, 30 Jul 2026 16:00:58 +0100
| Newsgroups | org.kernel.vger.linux-next,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
--rWSjuDjRBfPTZBYd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hi all,
After in the final build, today's linux-next build (arm64 allyesconfig)
failed like this:
/tmp/next/build/drivers/pinctrl/nxp/pinctrl-s32cc.c: In function 's32_pinctrl_probe':
/tmp/next/build/drivers/pinctrl/nxp/pinctrl-s32cc.c:1565:33: error: assignment to 'int (*)(struct gpio_regmap *, enum gpio_regmap_operation, unsigned int, unsigned int, unsigned int *, unsigned int *)' from incompatible pointer type 'int (*)(struct gpio_regmap *, unsigned int, unsigned int, unsigned int *, unsigned int *)' [-Wincompatible-pointer-types]
1565 | gpio_cfg.reg_mask_xlate = s32_gpio_reg_mask_xlate;
| ^
Caused by commit
94cb9e8f27079 (pinctrl: s32cc: implement GPIO functionality)
which I have reverted for today.
--rWSjuDjRBfPTZBYd
Content-Type: application/pgp-signature; name="signature.asc"
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmprZyoACgkQJNaLcl1U
h9BcAQf8DcoyHvfid+2TBpfA3ofu6W3xCaALizh/OUnpZMTbLemppgS4jF6lGs+K
T+4NuO7LxSK6qqF3Uf7a+pzbpIVA3EH4tpUc4ZTf2b0BI7s9XKndbTruJSAEEusS
zaStwN/EEbqnpk266G2I6mg/T+nYTm7KQkrvwBnb42ikbAgx41zHHFrFDMpD5c9z
/S6C/QXVl8JYbR5ZzzcL7fbLNZSAXTAZ635c21zgpVCnec76TkryDeH2L5WFJVC8
moyWAdMInvxjOxW8OyR0aYk9BPiYXJarDE7uSoqjEEDx94Xhwz/1mZ8B+4FG15W/
qKN2PTadpkpkXxFa1bLiGlWBi6m2Jw==
=4NPZ
-----END PGP SIGNATURE-----
--rWSjuDjRBfPTZBYd--