summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/vgpu/tsg_vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/vgpu/tsg_vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/vgpu/tsg_vgpu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/tsg_vgpu.c b/drivers/gpu/nvgpu/common/linux/vgpu/tsg_vgpu.c
index 19987f0c..421763ec 100644
--- a/drivers/gpu/nvgpu/common/linux/vgpu/tsg_vgpu.c
+++ b/drivers/gpu/nvgpu/common/linux/vgpu/tsg_vgpu.c
@@ -14,8 +14,6 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16 16
17#include <linux/tegra_vgpu.h>
18
19#include "gk20a/gk20a.h" 17#include "gk20a/gk20a.h"
20#include "gk20a/channel_gk20a.h" 18#include "gk20a/channel_gk20a.h"
21#include "gk20a/tsg_gk20a.h" 19#include "gk20a/tsg_gk20a.h"
@@ -24,6 +22,7 @@
24#include "fifo_vgpu.h" 22#include "fifo_vgpu.h"
25 23
26#include <nvgpu/bug.h> 24#include <nvgpu/bug.h>
25#include <nvgpu/vgpu/tegra_vgpu.h>
27 26
28int vgpu_tsg_open(struct tsg_gk20a *tsg) 27int vgpu_tsg_open(struct tsg_gk20a *tsg)
29{ 28{