summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-11-10 14:41:17 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-11-13 13:57:21 -0500
commitd64241cb5a0ca21ae2c88419d34ad79715a4588a (patch)
tree504eaab11ef4909093dd389a1cdfdd541882cc77 /drivers/gpu/nvgpu/gv11b/gr_gv11b.c
parent0b0f80579c01a53768433ed1909d283719427429 (diff)
gpu: nvgpu: Include UAPI explicitly
Add explicit #includes for <uapi/linux/nvgpu.h> for source code files that depend on it. JIRA NVGPU-388 Change-Id: I5d834e6f3b413cee9b1e4e055d710fc9f2c8f7c2 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1596246 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/gr_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_gv11b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
index 9d97a61f..4da2ef59 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
@@ -26,6 +26,7 @@
26#include <linux/version.h> 26#include <linux/version.h>
27#include <linux/vmalloc.h> 27#include <linux/vmalloc.h>
28#include <linux/tegra_gpu_t19x.h> 28#include <linux/tegra_gpu_t19x.h>
29#include <uapi/linux/nvgpu.h>
29 30
30#include <soc/tegra/fuse.h> 31#include <soc/tegra/fuse.h>
31 32