gpu: nvgpu: Delete cooling device

We don't use cooling device, so delete its definition from gk20a.h.

JIRA NVGPU-38

Change-Id: Ie39d3dea4f0de870ebe6493bbf90a286452ae61d
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: http://git-master/r/1505174
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-by: Konsta Holtta <kholtta@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Terje Bergstrom
2017-06-19 12:17:15 -07:00
committed by mobile promotions
parent 930b61e6d1
commit 502169c394

View File

@@ -87,13 +87,6 @@ struct page_alloc_chunk;
32 ns is the resolution of ptimer. */
#define PTIMER_REF_FREQ_HZ 31250000
struct cooling_device_gk20a {
struct thermal_cooling_device *gk20a_cooling_dev;
unsigned int gk20a_freq_state;
unsigned int gk20a_freq_table_size;
struct gk20a *g;
};
#ifdef CONFIG_DEBUG_FS
struct railgate_stats {
unsigned long last_rail_gate_start;
@@ -1051,7 +1044,6 @@ struct gk20a {
struct nvgpu_pmu pmu;
struct acr_desc acr;
struct ecc_gk20a ecc;
struct cooling_device_gk20a gk20a_cdev;
#ifdef CONFIG_ARCH_TEGRA_18x_SOC
struct clk_pmupstate clk_pmu;
struct perf_pmupstate perf_pmu;