Re: [PATCH v2 2/2] iio: temperature: Add STS30 temperature sensor driver
From: Maxwell Doose
Date: Sun Jun 21 2026 - 20:09:39 EST
On Sun, Jun 21, 2026 at 7:05 PM Maxwell Doose <m32285159@xxxxxxxxx> wrote:
>
> On Sun, Jun 21, 2026 at 1:33 PM Joshua Crofts <joshua.crofts1@xxxxxxxxx> wrote:
> >
> > On Sat, 20 Jun 2026 19:46:24 -0500
> > Maxwell Doose <m32285159@xxxxxxxxx> wrote:
> > > +#include <linux/array_size.h>
> > > +#include <linux/bits.h>
> > > +#include <linux/cleanup.h>
> > > +#include <linux/crc8.h>
> > > +#include <linux/delay.h>
> > > +#include <linux/device.h>
> > > +#include <linux/errno.h>
> > > +#include <linux/export.h>
> > > +#include <linux/i2c.h>
> >
> > I am a numpty as I also forgot to mention a missing
> > mod_devicetable.h header.
> >
>
> D'oh, I ought to look at my includes a lot more closely as well.
Forgot to mention, I'll be away for 2 weeks starting tomorrow so it'll
have to wait :(