summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/ltc/ltc_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/ltc/ltc_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/common/ltc/ltc_gm20b.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/ltc/ltc_gm20b.c b/drivers/gpu/nvgpu/common/ltc/ltc_gm20b.c
index eb321776..f4d176cb 100644
--- a/drivers/gpu/nvgpu/common/ltc/ltc_gm20b.c
+++ b/drivers/gpu/nvgpu/common/ltc/ltc_gm20b.c
@@ -30,14 +30,13 @@
30#include <nvgpu/ltc.h> 30#include <nvgpu/ltc.h>
31#include <nvgpu/io.h> 31#include <nvgpu/io.h>
32#include <nvgpu/utils.h> 32#include <nvgpu/utils.h>
33#include <nvgpu/gk20a.h>
33 34
34#include <nvgpu/hw/gm20b/hw_mc_gm20b.h> 35#include <nvgpu/hw/gm20b/hw_mc_gm20b.h>
35#include <nvgpu/hw/gm20b/hw_ltc_gm20b.h> 36#include <nvgpu/hw/gm20b/hw_ltc_gm20b.h>
36#include <nvgpu/hw/gm20b/hw_top_gm20b.h> 37#include <nvgpu/hw/gm20b/hw_top_gm20b.h>
37#include <nvgpu/hw/gm20b/hw_pri_ringmaster_gm20b.h> 38#include <nvgpu/hw/gm20b/hw_pri_ringmaster_gm20b.h>
38 39
39#include "gk20a/gk20a.h"
40
41#include "ltc_gm20b.h" 40#include "ltc_gm20b.h"
42 41
43int gm20b_ltc_init_comptags(struct gk20a *g, struct gr_gk20a *gr) 42int gm20b_ltc_init_comptags(struct gk20a *g, struct gr_gk20a *gr)