From b4cc53aa67f9cc1b06c56a06090a2846886b4608 Mon Sep 17 00:00:00 2001 From: Jon Hunter Date: Fri, 12 Apr 2024 16:42:09 +0100 Subject: [PATCH] media: camera: Add missing conftest.h The camera VI driver was recently updated to fix the build for Linux v6.10, but the change that fixed the build did not add the 'conftest.h' header file which is needed. Add this header file to fix building the driver for Linux v6.10. Bug 4593750 Signed-off-by: Jon Hunter Change-Id: I11fdab89a1cb69552fbafbf4b4358561b71cac13 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3150516 Reviewed-by: Brad Griffis Reviewed-by: svcacv GVS: buildbot_gerritrpt --- drivers/media/platform/tegra/camera/vi/channel.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/platform/tegra/camera/vi/channel.c b/drivers/media/platform/tegra/camera/vi/channel.c index 59ee395d..bb60ba4a 100644 --- a/drivers/media/platform/tegra/camera/vi/channel.c +++ b/drivers/media/platform/tegra/camera/vi/channel.c @@ -4,6 +4,8 @@ * NVIDIA Tegra Video Input Device */ +#include + #include #include #include