mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
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 <brucex@nvidia.com> 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 <smohammed@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Tested-by: Shardar Mohammed <smohammed@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
1ce0ed3f5b
commit
ced8d91df7
@@ -1,10 +1,10 @@
|
|||||||
/* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note)
|
/* 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_
|
#ifndef _UAPI_TEGRA_HV_VCPU_YIELD_IOCTL_H_
|
||||||
#define _UAPI_TEGRA_EPL_H_
|
#define _UAPI_TEGRA_HV_VCPU_YIELD_IOCTL_H_
|
||||||
|
|
||||||
#include <linux/ioctl.h>
|
#include <linux/ioctl.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user