From ced8d91df75a703d23da909aa452b6aea2dc6638 Mon Sep 17 00:00:00 2001 From: brucex Date: Fri, 17 Feb 2023 00:20:00 +0800 Subject: [PATCH] tegra_hv_vcpu_yield_ioctl: Fix header #ifdef Incorrect header protection led to build error with clang (used to build android common kernel) Bug 3974840 Signed-off-by: Bruce Xu Change-Id: I3a6ba014fbad24561ef5f46b313596876c227a49 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2895935 (cherry picked from commit 49dc6cf08e312d1bb0900ea890e22cd931c25f39) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2859501 Reviewed-by: Shardar Mohammed Reviewed-by: Laxman Dewangan GVS: Gerrit_Virtual_Submit Tested-by: Shardar Mohammed --- include/uapi/linux/tegra_hv_vcpu_yield_ioctl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/uapi/linux/tegra_hv_vcpu_yield_ioctl.h b/include/uapi/linux/tegra_hv_vcpu_yield_ioctl.h index aa40cf34..876ee3a6 100644 --- a/include/uapi/linux/tegra_hv_vcpu_yield_ioctl.h +++ b/include/uapi/linux/tegra_hv_vcpu_yield_ioctl.h @@ -1,10 +1,10 @@ /* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) * - * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. + * Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. */ #ifndef _UAPI_TEGRA_HV_VCPU_YIELD_IOCTL_H_ -#define _UAPI_TEGRA_EPL_H_ +#define _UAPI_TEGRA_HV_VCPU_YIELD_IOCTL_H_ #include