mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
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 <jonathanh@nvidia.com> Change-Id: I11fdab89a1cb69552fbafbf4b4358561b71cac13 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3150516 Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
9cb00122ac
commit
b4cc53aa67
@@ -4,6 +4,8 @@
|
|||||||
* NVIDIA Tegra Video Input Device
|
* NVIDIA Tegra Video Input Device
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <nvidia/conftest.h>
|
||||||
|
|
||||||
#include <linux/atomic.h>
|
#include <linux/atomic.h>
|
||||||
#include <linux/bitmap.h>
|
#include <linux/bitmap.h>
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user