Re: [PATCH v3 2/9] iio: adc: add the ti-ads1262 driver
From: Kurt Borja
Date: Sun Aug 09 2026 - 12:24:28 EST
On Sat Aug 8, 2026 at 5:28 PM -05, Uwe Kleine-König wrote:
> Hello,
>
> On Fri, Aug 07, 2026 at 10:58:24PM -0500, Kurt Borja wrote:
>> +#include <linux/mod_devicetable.h>
>> [...]
>> +#include <linux/spi/spi.h>
>
> Please rely on <linux/spi/spi.h> to provide the structs of_device_id and
> spi_device_id and drop <linux/mod_devicetable.h>.
> <linux/mod_devicetable.h> is planned to go away soon.
Thanks for the heads up!
--
Thanks,
~ Kurt