summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/therm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/therm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/therm_gk20a.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/therm_gk20a.h b/drivers/gpu/nvgpu/gk20a/therm_gk20a.h
index ddd7ac54..99d06c18 100644
--- a/drivers/gpu/nvgpu/gk20a/therm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/therm_gk20a.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2011 - 2015, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2011-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,
@@ -19,7 +19,6 @@
19struct gpu_ops; 19struct gpu_ops;
20struct gk20a; 20struct gk20a;
21 21
22void gk20a_init_therm_ops(struct gpu_ops *gops);
23int gk20a_elcg_init_idle_filters(struct gk20a *g); 22int gk20a_elcg_init_idle_filters(struct gk20a *g);
24 23
25int gk20a_init_therm_support(struct gk20a *g); 24int gk20a_init_therm_support(struct gk20a *g);