Re: [PATCH v6 4/4] iio: flow: add Sensirion SLF3S liquid flow sensor driver
Jonathan Cameron <[email protected]> Sun, 2 Aug 2026 01:04:56 +0100
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260802010446.484ec259@jic23-huawei> |
On Wed, 29 Jul 2026 14:21:15 +0200 Uwe Kleine-König <[email protected]> wrote: > Hello, > > On Tue, Jul 28, 2026 at 11:49:43PM +0200, Wadim Mueller 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> will go away soon. I tidied this up whilst applying > > So please drop the latter #include. > > Best regards > Uwe