mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
platform: tegra: nvpps: Move ptp-notifier source
Move the ptp-notifier.c source file under the 'nvpps' driver directory because this is built into the NVPPS driver. Bug 3918941 Change-Id: I4055422dac4f744f9978196ffcc54c20c666e95c Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2851187 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
876a3cd09d
commit
c6f9d73c58
@@ -5,6 +5,6 @@
|
|||||||
# NVPPS driver and PTP Framework.
|
# NVPPS driver and PTP Framework.
|
||||||
#
|
#
|
||||||
|
|
||||||
obj-m += nvpps.o
|
nvpps-y := nvpps_main.o ptp-notifier.o
|
||||||
nvpps-y += ../platform/tegra/ptp-notifier.o
|
|
||||||
nvpps-y += nvpps_main.o
|
obj-m := nvpps.o
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
* Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/notifier.h>
|
#include <linux/notifier.h>
|
||||||
Reference in New Issue
Block a user