summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206/hal_gm206.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm206/hal_gm206.c')
-rw-r--r--drivers/gpu/nvgpu/gm206/hal_gm206.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gm206/hal_gm206.c b/drivers/gpu/nvgpu/gm206/hal_gm206.c
index 6ecbbfed..d6c73b53 100644
--- a/drivers/gpu/nvgpu/gm206/hal_gm206.c
+++ b/drivers/gpu/nvgpu/gm206/hal_gm206.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2017, 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,
@@ -37,7 +37,6 @@
37#include "gm20b/clk_gm20b.h" 37#include "gm20b/clk_gm20b.h"
38#include "gm20b/debug_gm20b.h" 38#include "gm20b/debug_gm20b.h"
39#include "gm206/mm_gm206.h" 39#include "gm206/mm_gm206.h"
40#include "gm206/pmu_gm206.h"
41#include "gm206/acr_gm206.h" 40#include "gm206/acr_gm206.h"
42 41
43#include <nvgpu/hw/gm206/hw_proj_gm206.h> 42#include <nvgpu/hw/gm206/hw_proj_gm206.h>
@@ -190,7 +189,6 @@ int gm206_init_hal(struct gk20a *g)
190 gm206_init_ce(gops); 189 gm206_init_ce(gops);
191 gm20b_init_gr_ctx(gops); 190 gm20b_init_gr_ctx(gops);
192 gm206_init_mm(gops); 191 gm206_init_mm(gops);
193 gm206_init_pmu_ops(gops);
194 gm20b_init_clk_ops(gops); 192 gm20b_init_clk_ops(gops);
195 gm20b_init_regops(gops); 193 gm20b_init_regops(gops);
196 gm20b_init_debug_ops(gops); 194 gm20b_init_debug_ops(gops);