summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/os_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/os_linux.h')
-rw-r--r--drivers/gpu/nvgpu/os/linux/os_linux.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/os_linux.h b/drivers/gpu/nvgpu/os/linux/os_linux.h
index 5880384a..25c6c03a 100644
--- a/drivers/gpu/nvgpu/os/linux/os_linux.h
+++ b/drivers/gpu/nvgpu/os/linux/os_linux.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2017-2018, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2017-2020, 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,
@@ -167,8 +167,6 @@ struct nvgpu_os_linux {
167 167
168 struct rw_semaphore busy_lock; 168 struct rw_semaphore busy_lock;
169 169
170 struct gk20a_sched_ctrl sched_ctrl;
171
172 bool init_done; 170 bool init_done;
173}; 171};
174 172