Re: [PATCH] iio: adc: mt6323: remove unused header
From: Jonathan Cameron
Date: Sun Jul 12 2026 - 20:33:30 EST
On Mon, 13 Jul 2026 00:14:45 +0200
Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxx> wrote:
> On Sun, Jul 12, 2026 at 09:26:36AM +0300, Roman Vivchar via B4 Relay wrote:
> > From: Roman Vivchar <rva333@xxxxxxxxxxxxxx>
> >
> > Remove unused mod_devicetable.h header.
> >
> > Signed-off-by: Roman Vivchar <rva333@xxxxxxxxxxxxxx>
> > ---
> > A small cleanup for mt6323 auxadc driver.
> >
> > This patch is based on top of iio/togreg branch.
>
> The only device-id struct used in this driver is of_device_id and this
> is ensured to be available by (e.g.) <linux/platform_device.h>. So:
>
> Acked-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@xxxxxxxxxxxx>
>
> Thanks for supporting the effort to get rid of that header,
> Uwe
Applied to the testing branch of iio.git
Thanks,
Jonathan