summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2018-02-14 19:36:03 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-02-15 17:11:50 -0500
commit9375f6b19ee52ff381e501ae6e10ae91ded7f545 (patch)
treeba906c529d7577a6410c488e07ba6f08c6ba80f9 /include
parent662c441467c4f251d65840f2097ac4e58ec234ff (diff)
gpu: nvgpu: delete unused include in uapi/linux/nvgpu.h
This include seems to have escaped deletion when the t19x code was folded back into nvgpu proper. Change-Id: I2c6b12a91ff3e4160751987f2ae0f4a4734d0319 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1657730 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/nvgpu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index 206832ae..f8211374 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -98,10 +98,6 @@ struct nvgpu_gpu_zbc_query_table_args {
98#define NVGPU_GPU_IMPL_GV11B 0x0000000B 98#define NVGPU_GPU_IMPL_GV11B 0x0000000B
99#define NVGPU_GPU_IMPL_GV100 0x00000000 99#define NVGPU_GPU_IMPL_GV100 0x00000000
100 100
101#ifdef CONFIG_TEGRA_19x_GPU
102#include <linux/nvgpu-t19x.h>
103#endif
104
105#define NVGPU_GPU_BUS_TYPE_NONE 0 101#define NVGPU_GPU_BUS_TYPE_NONE 0
106#define NVGPU_GPU_BUS_TYPE_AXI 32 102#define NVGPU_GPU_BUS_TYPE_AXI 32
107 103