From f88862a040e867ae6aed7ca7b3546ad05fe4807e Mon Sep 17 00:00:00 2001 From: Ankit Patel Date: Tue, 4 Feb 2020 15:35:50 +0530 Subject: [PATCH] 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 (cherry picked from commit f8c05a422c4f14114c762906e24f4221a7343469) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2294559 Reviewed-by: Bibek Basu Reviewed-by: mobile promotions Tested-by: mobile promotions GVS: Gerrit_Virtual_Submit --- include/uapi/linux/nvhost_nvdla_ioctl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/uapi/linux/nvhost_nvdla_ioctl.h b/include/uapi/linux/nvhost_nvdla_ioctl.h index ed008012..3bb1a818 100644 --- a/include/uapi/linux/nvhost_nvdla_ioctl.h +++ b/include/uapi/linux/nvhost_nvdla_ioctl.h @@ -1,9 +1,9 @@ /* - * include/linux/nvhost_nvdla_ioctl.h + * include/uapi/linux/nvhost_nvdla_ioctl.h * * 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 * under the terms and conditions of the GNU General Public License, @@ -21,8 +21,8 @@ #ifndef __UAPI_LINUX_NVHOST_NVDLA_IOCTL_H #define __UAPI_LINUX_NVHOST_NVDLA_IOCTL_H -#include -#include +#include +#include #if !defined(__KERNEL__) #define __user