Re: [PATCH v2 2/2] iio: temperature: tmp117: add TI TMP119 support
From: Andy Shevchenko
Date: Tue Jun 09 2026 - 11:04:08 EST
On Mon, Jun 08, 2026 at 06:00:25PM +0200, Romain Gantois wrote:
> Add support for the TMP119 temperature sensor, which has the same
> programming model as the TMP117.
...
> +static const struct tmp11x_info tmp119_channels_info = {
> + .name = "tmp119",
> + .channels = tmp117_channels,
> + .num_channels = ARRAY_SIZE(tmp117_channels)
You want to include array_size.h.
> +};
--
With Best Regards,
Andy Shevchenko