summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/debug_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/debug_gk20a.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/debug_gk20a.c b/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
index 37ba720a..83fdc05d 100644
--- a/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/debug_gk20a.c
@@ -1,6 +1,4 @@
1/* 1/*
2 * drivers/video/tegra/host/t20/debug_gk20a.c
3 *
4 * Copyright (C) 2011-2017 NVIDIA Corporation. All rights reserved. 2 * Copyright (C) 2011-2017 NVIDIA Corporation. All rights reserved.
5 * 3 *
6 * This software is licensed under the terms of the GNU General Public 4 * This software is licensed under the terms of the GNU General Public
@@ -20,12 +18,12 @@
20 18
21#include <linux/debugfs.h> 19#include <linux/debugfs.h>
22#include <linux/seq_file.h> 20#include <linux/seq_file.h>
23
24#include <linux/io.h> 21#include <linux/io.h>
25 22
23#include <nvgpu/semaphore.h>
24
26#include "gk20a.h" 25#include "gk20a.h"
27#include "debug_gk20a.h" 26#include "debug_gk20a.h"
28#include "semaphore_gk20a.h"
29 27
30#include <nvgpu/hw/gk20a/hw_ram_gk20a.h> 28#include <nvgpu/hw/gk20a/hw_ram_gk20a.h>
31#include <nvgpu/hw/gk20a/hw_fifo_gk20a.h> 29#include <nvgpu/hw/gk20a/hw_fifo_gk20a.h>