Re: [PATCH v4 04/21] pinctrl: starfive: Add StarFive JHB100 sys0 controller driver
Uwe Kleine-König <[email protected]> Mon, 3 Aug 2026 00:23:44 +0200
| Newsgroups | org.kernel.vger.linux-gpio,org.infradead.lists.linux-riscv,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <am_CzLdCkMKeRv_F@monoceros> |
--gz2oumjekulxb57s Content-Type: text/plain; protected-headers=v1; charset=us-ascii Content-Disposition: inline Subject: Re: [PATCH v4 04/21] pinctrl: starfive: Add StarFive JHB100 sys0 controller driver MIME-Version: 1.0 Hello, On Sat, Aug 01, 2026 at 12:26:54AM -0700, Changhuang Liang wrote: > +#include <linux/mod_devicetable.h> > +#include <linux/platform_device.h> Please don't include <linux/mod_devicetable.h>, which will go away soon. <linux/platform_device.h> already contains the necessary bits to have of_device_id defined, so you can just drop the #include for <linux/mod_devicetable.h>. This also affects several other patches in this series. Best regards Uwe --gz2oumjekulxb57s Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEP4GsaTp6HlmJrf7Tj4D7WH0S/k4FAmpvw24ACgkQj4D7WH0S /k52FQgAnVpMoN8c7RMzlLeC4BZnq+Mr045A+Lyjzbeke6y6tbnrEC8YbXAvRo2N sNZXvZHsehjbmNqj46Yh6CxejtAye4h4IKeyjmmrOGc/+Q+bJ0g85G2hmalRb7oi CA+lzCUG1kR9AkM0WIATKYQ9xlDy/rxCqmIGxrfvfY/N/xxtC0JwBpuqmoq5BBaD 7VjgxCyAmBP3XRCgEJB6OEtCdz8Uu55RM2uFyy9Ep1/jGuW4EOAkgFzYOlv6XdDt 7/4pdjxlnZeXPQRqdYVo5atbFjSGaPkYijxj3ITmnD9eipiXu0elV7ONWEXCgejO v/cmCw7tsyRfKKvwR5+mjGtHhsRtuA== =Z5ww -----END PGP SIGNATURE----- --gz2oumjekulxb57s--