mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
nvpps: Add missing header of.h
Building the NVPPS driver with Linux v6.9-rc1 is failing with the following error ... drivers/nvpps/ptp-notifier.c:125:69: error: invalid use of undefined type 'const struct device_node' Add the header file of.h to fix this build issue. Bug 3826818 Bug 4471899 Change-Id: I0eb23e3556ec280447e3d2c499afc11daad601a0 Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3104379 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Reviewed-by: Paritosh Dixit <paritoshd@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
e77e6c5aec
commit
7e82f57b74
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#include <linux/notifier.h>
|
#include <linux/notifier.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
#include <linux/of.h>
|
||||||
#include <linux/of_device.h>
|
#include <linux/of_device.h>
|
||||||
#include <linux/platform/tegra/ptp-notifier.h>
|
#include <linux/platform/tegra/ptp-notifier.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user