Re: [PATCH 5/5] hwmon: (pmbus) add support for MAX20826 and similar devices

Nuno Sá <[email protected]> Thu, 30 Jul 2026 12:08:27 +0100
Newsgroups org.kernel.vger.linux-hwmon,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-doc
Message-ID <amswd7M_ROGC8VGg@nsa>
On Wed, Jul 29, 2026 at 02:18:55PM +0200, Uwe Kleine-König wrote:
> On Tue, Jul 28, 2026 at 05:03:52PM +0100, Nuno Sá via B4 Relay wrote:
> > +#include <linux/i2c.h>
> > [...]
> > +#include <linux/mod_devicetable.h>
> 
> <linux/i2c.h> already makes sure that of_device_id and i2c_device_id are
> available and <linux/mod_devicetable.h> is going away soon. So please
> drop the latter.
> 

Argh! Totally forgot about it (I have seen your comments about the above
in other patches). Will do

- Nuno Sá