summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAnuj Gangwar <anujg@nvidia.com>2018-11-19 04:37:54 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2019-05-03 16:43:59 -0400
commitf495f52c70c6bd7b7a4e6897270e4696efa57d5c (patch)
treeecd65196f7ac5576f5dcb8ab39a4066ce845397a /drivers
parent889271dc04a1912d25f1f1ff35c3e4cb67be415e (diff)
nvgpu: Change the path in the dependent files
changes in path because we move the nvhost linux user-interface from include/linux/ to include/uapi/linux depends on I2e116dc8f6c33f53c03fb56b923931b6e600b534 Bug 2062672 Change-Id: If2e165852432d5795cf6680cfeb5d4b661fdee74 Signed-off-by: Anuj Gangwar <anujg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1953731 (cherry picked from commit 4e7333967da9cc5a5e4c01288cbc3dd6a25b9fe1) Reviewed-on: https://git-master.nvidia.com/r/2110254 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/os/linux/nvhost.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/nvhost.c b/drivers/gpu/nvgpu/os/linux/nvhost.c
index 2becae54..a9341c7d 100644
--- a/drivers/gpu/nvgpu/os/linux/nvhost.c
+++ b/drivers/gpu/nvgpu/os/linux/nvhost.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2017-2018, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License, 5 * under the terms and conditions of the GNU General Public License,
@@ -16,7 +16,7 @@
16 16
17#include <linux/nvhost.h> 17#include <linux/nvhost.h>
18#include <linux/nvhost_t194.h> 18#include <linux/nvhost_t194.h>
19#include <linux/nvhost_ioctl.h> 19#include <uapi/linux/nvhost_ioctl.h>
20#include <linux/of_platform.h> 20#include <linux/of_platform.h>
21 21
22#include <nvgpu/gk20a.h> 22#include <nvgpu/gk20a.h>