All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] thermal: ti-soc-thermal: Remove unused function ti_thermal_get_temp()
@ 2022-03-05 12:50 YueHaibing
  2022-03-05 16:55 ` Bryan Brattlof
  2022-03-08 20:33 ` [thermal: thermal/next] thermal/drivers/ti-soc-thermal: " thermal-bot for YueHaibing
  0 siblings, 2 replies; 4+ messages in thread
From: YueHaibing @ 2022-03-05 12:50 UTC (permalink / raw)
  To: edubezval, j-keerthy, rafael, daniel.lezcano, amitk, rui.zhang,
	romain.naour, yuehaibing
  Cc: linux-pm, linux-omap, linux-kernel

commit b263b473bf62 ("thermal: ti-soc-thermal: Remove redundant code")
left behind this, remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/drivers/thermal/ti-soc-thermal/ti-thermal-common.c b/drivers/thermal/ti-soc-thermal/ti-thermal-common.c
index 0959632b2170..703039d8b937 100644
--- a/drivers/thermal/ti-soc-thermal/ti-thermal-common.c
+++ b/drivers/thermal/ti-soc-thermal/ti-thermal-common.c
@@ -107,14 +107,6 @@ static inline int __ti_thermal_get_temp(void *devdata, int *temp)
 	return ret;
 }
 
-static inline int ti_thermal_get_temp(struct thermal_zone_device *thermal,
-				      int *temp)
-{
-	struct ti_thermal_data *data = thermal->devdata;
-
-	return __ti_thermal_get_temp(data, temp);
-}
-
 static int __ti_thermal_get_trend(void *p, int trip, enum thermal_trend *trend)
 {
 	struct ti_thermal_data *data = p;
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH -next] thermal: ti-soc-thermal: Remove unused function ti_thermal_get_temp()
@ 2020-09-09 13:44 YueHaibing
  0 siblings, 0 replies; 4+ messages in thread
From: YueHaibing @ 2020-09-09 13:44 UTC (permalink / raw)
  To: edubezval, j-keerthy, rui.zhang, daniel.lezcano, amitk, sudipm.mukherjee
  Cc: linux-pm, linux-omap, linux-kernel, YueHaibing

commit b263b473bf62 ("thermal: ti-soc-thermal: Remove redundant code")
left behind this, remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/drivers/thermal/ti-soc-thermal/ti-thermal-common.c b/drivers/thermal/ti-soc-thermal/ti-thermal-common.c
index 2ce4b19f312a..93b28c7ce83d 100644
--- a/drivers/thermal/ti-soc-thermal/ti-thermal-common.c
+++ b/drivers/thermal/ti-soc-thermal/ti-thermal-common.c
@@ -106,14 +106,6 @@ static inline int __ti_thermal_get_temp(void *devdata, int *temp)
 	return ret;
 }
 
-static inline int ti_thermal_get_temp(struct thermal_zone_device *thermal,
-				      int *temp)
-{
-	struct ti_thermal_data *data = thermal->devdata;
-
-	return __ti_thermal_get_temp(data, temp);
-}
-
 static int __ti_thermal_get_trend(void *p, int trip, enum thermal_trend *trend)
 {
 	struct ti_thermal_data *data = p;
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-08 20:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-05 12:50 [PATCH -next] thermal: ti-soc-thermal: Remove unused function ti_thermal_get_temp() YueHaibing
2022-03-05 16:55 ` Bryan Brattlof
2022-03-08 20:33 ` [thermal: thermal/next] thermal/drivers/ti-soc-thermal: " thermal-bot for YueHaibing
  -- strict thread matches above, loose matches on Subject: below --
2020-09-09 13:44 [PATCH -next] thermal: ti-soc-thermal: " YueHaibing

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.