Skip to content

Commit 14ed0ef

Browse files
Zhang Zekundlezcano
authored andcommitted
thermal/drivers/ti-soc-thermal: Remove unused declarations
The functions definition of ti_bandgap_read_thot(), ti_bandgap_write_thot(), ti_bandgap_read_tcold() and ti_bandgap_write_tcold() has been removed since commit 9bebf34 ("thermal: ti-soc-thermal: remove dead code"), remain the declarations untouched in the header files. So, clean up this unused declarations. Signed-off-by: Zhang Zekun <[email protected]> Reviewed-by: Dhruva Gole <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Lezcano <[email protected]>
1 parent 41df039 commit 14ed0ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/thermal/ti-soc-thermal/ti-bandgap.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,6 @@ struct ti_bandgap_data {
336336
struct ti_temp_sensor sensors[];
337337
};
338338

339-
int ti_bandgap_read_thot(struct ti_bandgap *bgp, int id, int *thot);
340-
int ti_bandgap_write_thot(struct ti_bandgap *bgp, int id, int val);
341-
int ti_bandgap_read_tcold(struct ti_bandgap *bgp, int id, int *tcold);
342-
int ti_bandgap_write_tcold(struct ti_bandgap *bgp, int id, int val);
343339
int ti_bandgap_read_update_interval(struct ti_bandgap *bgp, int id,
344340
int *interval);
345341
int ti_bandgap_write_update_interval(struct ti_bandgap *bgp, int id,

0 commit comments

Comments
 (0)