Re: [PATCH v6 4/4] iio: flow: add Sensirion SLF3S liquid flow sensor driver
From: Jonathan Cameron
Date: Sat Aug 01 2026 - 20:09:53 EST
On Wed, 29 Jul 2026 14:21:15 +0200
Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxx> 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