From 9e13b61d4e148ea23ccf4b1de84546c2b993b741 Mon Sep 17 00:00:00 2001 From: Sagar Kamble Date: Thu, 1 Sep 2022 16:42:46 +0530 Subject: [PATCH] gpu: nvgpu: remove SPDX license identifier from hal Below change added SPDX license identifier as svcacv complained. However, these files have MIT license. SPDX need to be added to GPL licensed sources. commit 2b2beb7fb631 ("gpu: nvgpu: ga10b: restore the ptimer isr hal") Remove the identifier from hal files. Change-Id: Ic90c46721d06a43749e5a48f7077a837a96fb664 Signed-off-by: Sagar Kamble Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2770085 Reviewed-by: Vaibhav Kachore GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/hal/ptimer/ptimer_ga10b.h | 1 - drivers/gpu/nvgpu/hal/ptimer/ptimer_ga10b_fusa.c | 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/gpu/nvgpu/hal/ptimer/ptimer_ga10b.h b/drivers/gpu/nvgpu/hal/ptimer/ptimer_ga10b.h index 45b9796cd..32dbe7f47 100644 --- a/drivers/gpu/nvgpu/hal/ptimer/ptimer_ga10b.h +++ b/drivers/gpu/nvgpu/hal/ptimer/ptimer_ga10b.h @@ -1,4 +1,3 @@ -// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved. * diff --git a/drivers/gpu/nvgpu/hal/ptimer/ptimer_ga10b_fusa.c b/drivers/gpu/nvgpu/hal/ptimer/ptimer_ga10b_fusa.c index 20fe7a995..41a615cb5 100644 --- a/drivers/gpu/nvgpu/hal/ptimer/ptimer_ga10b_fusa.c +++ b/drivers/gpu/nvgpu/hal/ptimer/ptimer_ga10b_fusa.c @@ -1,4 +1,3 @@ -// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved. *