mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
include: uapi: correct the include path for headers
Modified the commit e4163dbef1719b52b2d04782778767d313f37cdc After installing the user space headers using make headers_install, We do not have an uapi as a top level directory. Hence we must include from the regular path linux|media|misc|video within the user space header files. Bug 2806057 Change-Id: I2f32a32814ac5347769177428717da7e7098147d Signed-off-by: Ankit Patel <anpatel@nvidia.com> (cherry picked from commit f8c05a422c4f14114c762906e24f4221a7343469) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2294559 Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Laxman Dewangan
parent
aaf11d61f1
commit
f88862a040
@@ -1,9 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* include/linux/nvhost_nvdla_ioctl.h
|
* include/uapi/linux/nvhost_nvdla_ioctl.h
|
||||||
*
|
*
|
||||||
* Tegra NvDLA Driver
|
* Tegra NvDLA Driver
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
|
* Copyright (c) 2016-2020, NVIDIA CORPORATION. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms and conditions of the GNU General Public License,
|
* under the terms and conditions of the GNU General Public License,
|
||||||
@@ -21,8 +21,8 @@
|
|||||||
#ifndef __UAPI_LINUX_NVHOST_NVDLA_IOCTL_H
|
#ifndef __UAPI_LINUX_NVHOST_NVDLA_IOCTL_H
|
||||||
#define __UAPI_LINUX_NVHOST_NVDLA_IOCTL_H
|
#define __UAPI_LINUX_NVHOST_NVDLA_IOCTL_H
|
||||||
|
|
||||||
#include <uapi/linux/ioctl.h>
|
#include <linux/ioctl.h>
|
||||||
#include <uapi/linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
#if !defined(__KERNEL__)
|
#if !defined(__KERNEL__)
|
||||||
#define __user
|
#define __user
|
||||||
|
|||||||
Reference in New Issue
Block a user