summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/ti-soc-thermal/omap5-thermal-data.c
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2017-05-06 13:30:53 +0200
committerZhang Rui <rui.zhang@intel.com>2017-05-06 13:30:53 +0200
commite4cb5bb286af409d814e4d13c650a736769b854b (patch)
tree10fe0c97da03e6365df883d5c8ffed52a47f8d45 /drivers/thermal/ti-soc-thermal/omap5-thermal-data.c
parentLinux 4.11-rc6 (diff)
parentthermal: mt8173: minor mtk_thermal.c cleanups (diff)
downloadlinux-e4cb5bb286af409d814e4d13c650a736769b854b.tar.xz
linux-e4cb5bb286af409d814e4d13c650a736769b854b.zip
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-soc
Diffstat (limited to 'drivers/thermal/ti-soc-thermal/omap5-thermal-data.c')
-rw-r--r--drivers/thermal/ti-soc-thermal/omap5-thermal-data.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/thermal/ti-soc-thermal/omap5-thermal-data.c b/drivers/thermal/ti-soc-thermal/omap5-thermal-data.c
index 79ff70c446ba..cd9a304fb571 100644
--- a/drivers/thermal/ti-soc-thermal/omap5-thermal-data.c
+++ b/drivers/thermal/ti-soc-thermal/omap5-thermal-data.c
@@ -336,8 +336,6 @@ const struct ti_bandgap_data omap5430_data = {
.domain = "cpu",
.register_cooling = ti_thermal_register_cpu_cooling,
.unregister_cooling = ti_thermal_unregister_cpu_cooling,
- .slope = OMAP_GRADIENT_SLOPE_5430_CPU,
- .constant = OMAP_GRADIENT_CONST_5430_CPU,
.slope_pcb = OMAP_GRADIENT_SLOPE_W_PCB_5430_CPU,
.constant_pcb = OMAP_GRADIENT_CONST_W_PCB_5430_CPU,
},
@@ -345,8 +343,6 @@ const struct ti_bandgap_data omap5430_data = {
.registers = &omap5430_gpu_temp_sensor_registers,
.ts_data = &omap5430_gpu_temp_sensor_data,
.domain = "gpu",
- .slope = OMAP_GRADIENT_SLOPE_5430_GPU,
- .constant = OMAP_GRADIENT_CONST_5430_GPU,
.slope_pcb = OMAP_GRADIENT_SLOPE_W_PCB_5430_GPU,
.constant_pcb = OMAP_GRADIENT_CONST_W_PCB_5430_GPU,
},