Skip to content

Commit dea00c2

Browse files
Emil-Juhlrafaeljw
authored andcommitted
tools: lib: thermal: expose thermal_exit symbols
Remove duplicate entry for thermal_init and add the missing entries for thermal_exit and their respectives in cmd, events, and sampling context. Signed-off-by: Emil Dahl Juhl <juhl.emildahl@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 1375152 commit dea00c2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tools/lib/thermal/libthermal.map

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
LIBTHERMAL_0.0.1 {
22
global:
3-
thermal_init;
43
for_each_thermal_zone;
54
for_each_thermal_trip;
65
for_each_thermal_cdev;
@@ -9,9 +8,12 @@ LIBTHERMAL_0.0.1 {
98
thermal_zone_find_by_id;
109
thermal_zone_discover;
1110
thermal_init;
11+
thermal_exit;
12+
thermal_events_exit;
1213
thermal_events_init;
1314
thermal_events_handle;
1415
thermal_events_fd;
16+
thermal_cmd_exit;
1517
thermal_cmd_init;
1618
thermal_cmd_get_tz;
1719
thermal_cmd_get_cdev;
@@ -22,6 +24,7 @@ LIBTHERMAL_0.0.1 {
2224
thermal_cmd_threshold_add;
2325
thermal_cmd_threshold_delete;
2426
thermal_cmd_threshold_flush;
27+
thermal_sampling_exit;
2528
thermal_sampling_init;
2629
thermal_sampling_handle;
2730
thermal_sampling_fd;

0 commit comments

Comments
 (0)