* [PATCH v1 1/1] media: tda18250: Don't use "proxy" headers
@ 2026-07-17 17:25 Andy Shevchenko
0 siblings, 0 replies; only message in thread
From: Andy Shevchenko @ 2026-07-17 17:25 UTC (permalink / raw)
To: Andy Shevchenko, linux-media, linux-kernel
Cc: Olli Salonen, Mauro Carvalho Chehab
Update header inclusions to follow IWYU (Include What You Use)
principle.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
Induced by the ongoing task to drop always included kconfig.h.
drivers/media/tuners/tda18250.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/media/tuners/tda18250.h b/drivers/media/tuners/tda18250.h
index 2819126e5e8d..b020aeae4d58 100644
--- a/drivers/media/tuners/tda18250.h
+++ b/drivers/media/tuners/tda18250.h
@@ -8,7 +8,8 @@
#ifndef TDA18250_H
#define TDA18250_H
-#include <linux/kconfig.h>
+#include <linux/types.h>
+
#include <media/media-device.h>
#include <media/dvb_frontend.h>
--
2.50.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-17 17:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-17 17:25 [PATCH v1 1/1] media: tda18250: Don't use "proxy" headers Andy Shevchenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.