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:
Jon Hunter
2023-01-31 16:01:33 +00:00
committed by mobile promotions
parent 876a3cd09d
commit c6f9d73c58
2 changed files with 4 additions and 4 deletions

View File

@@ -5,6 +5,6 @@
# NVPPS driver and PTP Framework.
#
obj-m += nvpps.o
nvpps-y += ../platform/tegra/ptp-notifier.o
nvpps-y += nvpps_main.o
nvpps-y := nvpps_main.o ptp-notifier.o
obj-m := nvpps.o

View File

@@ -1,6 +1,6 @@
/* 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>