Re: [PATCH v3 2/9] iio: adc: add the ti-ads1262 driver
"Kurt Borja" <[email protected]>
| Newsgroups | org.kernel.vger.linux-gpio,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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