From 502169c394a38ce24b637a190b6bbb8c0d8e6d5f Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Mon, 19 Jun 2017 12:17:15 -0700 Subject: 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 Reviewed-on: http://git-master/r/1505174 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Deepak Nibade Reviewed-by: Konsta Holtta GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/gk20a/gk20a.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'drivers/gpu/nvgpu') diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h index b903d790..860f4d38 100644 --- a/drivers/gpu/nvgpu/gk20a/gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/gk20a.h @@ -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; -- cgit v1.2.2