From: Uwe Kleine-König (The Capable Hub) Date: Tue, 30 Jun 2026 09:24:21 +0000 (+0200) Subject: media: ti: vpe: #include explicitly X-Git-Tag: v7.2-rc2~18^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b44cfa834e12aac55d2f071cabedc3aaa6fd19c;p=thirdparty%2Fkernel%2Flinux.git media: ti: vpe: #include explicitly The driver uses several symbols and structs defined in that header. The header is currently included transitively via "vip.h" -> -> -> -> which seems to be on the lower end of the scale between random and reliable. Acked-by: Danilo Krummrich Reviewed-by: Yemike Abhilash Chandra Acked-by: Takashi Sakamoto Link: https://patch.msgid.link/9f2e0e001eec087f00ac2c5af2de2e8f6d0978c1.1782808461.git.u.kleine-koenig@baylibre.com Signed-off-by: Uwe Kleine-König (The Capable Hub) --- diff --git a/drivers/media/platform/ti/vpe/vip.c b/drivers/media/platform/ti/vpe/vip.c index cb0a5a07a3d4..e56a95f53ea9 100644 --- a/drivers/media/platform/ti/vpe/vip.c +++ b/drivers/media/platform/ti/vpe/vip.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include