* [PATCH] iio: adc: mt6323: remove unused header
@ 2026-07-12 6:26 Roman Vivchar via B4 Relay
2026-07-12 10:34 ` Joshua Crofts
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Roman Vivchar via B4 Relay @ 2026-07-12 6:26 UTC (permalink / raw)
To: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
Matthias Brugger, AngeloGioacchino Del Regno
Cc: Uwe Kleine-König, linux-iio, linux-kernel, linux-arm-kernel,
linux-mediatek, Roman Vivchar
From: Roman Vivchar <rva333@protonmail.com>
Remove unused mod_devicetable.h header.
Signed-off-by: Roman Vivchar <rva333@protonmail.com>
---
A small cleanup for mt6323 auxadc driver.
This patch is based on top of iio/togreg branch.
---
| 1 -
1 file changed, 1 deletion(-)
--git a/drivers/iio/adc/mt6323-auxadc.c b/drivers/iio/adc/mt6323-auxadc.c
index c450fb6f09cb..4f73ac42abb7 100644
--- a/drivers/iio/adc/mt6323-auxadc.c
+++ b/drivers/iio/adc/mt6323-auxadc.c
@@ -11,7 +11,6 @@
#include <linux/cleanup.h>
#include <linux/delay.h>
#include <linux/iio/iio.h>
-#include <linux/mod_devicetable.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/platform_device.h>
---
base-commit: 2e2f2de7532cbbc2269de8be20ec709606c6e79b
change-id: 20260712-mt6323-adc-rm-header-653e7fe842dc
Best regards,
--
Roman Vivchar <rva333@protonmail.com>
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] iio: adc: mt6323: remove unused header
2026-07-12 6:26 [PATCH] iio: adc: mt6323: remove unused header Roman Vivchar via B4 Relay
@ 2026-07-12 10:34 ` Joshua Crofts
2026-07-12 13:31 ` Siratul Islam
2026-07-12 22:14 ` Uwe Kleine-König
2 siblings, 0 replies; 4+ messages in thread
From: Joshua Crofts @ 2026-07-12 10:34 UTC (permalink / raw)
To: Roman Vivchar via B4 Relay
Cc: rva333, Jonathan Cameron, David Lechner, Nuno Sá,
Andy Shevchenko, Matthias Brugger, AngeloGioacchino Del Regno,
Uwe Kleine-König, linux-iio, linux-kernel, linux-arm-kernel,
linux-mediatek
On Sun, 12 Jul 2026 09:26:36 +0300
Roman Vivchar via B4 Relay <devnull+rva333.protonmail.com@kernel.org> wrote:
> From: Roman Vivchar <rva333@protonmail.com>
>
> Remove unused mod_devicetable.h header.
>
> Signed-off-by: Roman Vivchar <rva333@protonmail.com>
> ---
Reviewed-by: Joshua Crofts <joshua.crofts1@gmail.com>
--
Kind regards
CJD
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] iio: adc: mt6323: remove unused header
2026-07-12 6:26 [PATCH] iio: adc: mt6323: remove unused header Roman Vivchar via B4 Relay
2026-07-12 10:34 ` Joshua Crofts
@ 2026-07-12 13:31 ` Siratul Islam
2026-07-12 22:14 ` Uwe Kleine-König
2 siblings, 0 replies; 4+ messages in thread
From: Siratul Islam @ 2026-07-12 13:31 UTC (permalink / raw)
To: rva333
Cc: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
Matthias Brugger, AngeloGioacchino Del Regno,
Uwe Kleine-König, linux-iio, linux-kernel, linux-arm-kernel,
linux-mediatek
On Sun, 2026-07-12 at 09:26 +0300, Roman Vivchar via B4 Relay wrote:
> From: Roman Vivchar <rva333@protonmail.com>
>
> Remove unused mod_devicetable.h header.
>
LGTM.
Reviewed-by: Siratul Islam <siratul.islam@linux.dev>
--
Best regards,
Sirat
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] iio: adc: mt6323: remove unused header
2026-07-12 6:26 [PATCH] iio: adc: mt6323: remove unused header Roman Vivchar via B4 Relay
2026-07-12 10:34 ` Joshua Crofts
2026-07-12 13:31 ` Siratul Islam
@ 2026-07-12 22:14 ` Uwe Kleine-König
2 siblings, 0 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2026-07-12 22:14 UTC (permalink / raw)
To: rva333
Cc: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
Matthias Brugger, AngeloGioacchino Del Regno, linux-iio,
linux-kernel, linux-arm-kernel, linux-mediatek
[-- Attachment #1: Type: text/plain, Size: 629 bytes --]
On Sun, Jul 12, 2026 at 09:26:36AM +0300, Roman Vivchar via B4 Relay wrote:
> From: Roman Vivchar <rva333@protonmail.com>
>
> Remove unused mod_devicetable.h header.
>
> Signed-off-by: Roman Vivchar <rva333@protonmail.com>
> ---
> 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@baylibre.com>
Thanks for supporting the effort to get rid of that header,
Uwe
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-12 22:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-12 6:26 [PATCH] iio: adc: mt6323: remove unused header Roman Vivchar via B4 Relay
2026-07-12 10:34 ` Joshua Crofts
2026-07-12 13:31 ` Siratul Islam
2026-07-12 22:14 ` Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox