summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/ltc_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/ltc_gm20b.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
index 367d5943..5b97b388 100644
--- a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
@@ -17,13 +17,13 @@
17#include <linux/jiffies.h> 17#include <linux/jiffies.h>
18#include <trace/events/gk20a.h> 18#include <trace/events/gk20a.h>
19 19
20#include "hw_mc_gm20b.h"
21#include "hw_ltc_gm20b.h"
22#include "hw_top_gm20b.h"
23#include "hw_pri_ringmaster_gm20b.h"
24
25#include "gk20a/gk20a.h" 20#include "gk20a/gk20a.h"
26 21
22#include <nvgpu/hw/gm20b/hw_mc_gm20b.h>
23#include <nvgpu/hw/gm20b/hw_ltc_gm20b.h>
24#include <nvgpu/hw/gm20b/hw_top_gm20b.h>
25#include <nvgpu/hw/gm20b/hw_pri_ringmaster_gm20b.h>
26
27#include "gk20a/ltc_common.c" 27#include "gk20a/ltc_common.c"
28 28
29static int gm20b_ltc_init_comptags(struct gk20a *g, struct gr_gk20a *gr) 29static int gm20b_ltc_init_comptags(struct gk20a *g, struct gr_gk20a *gr)