Skip to content

Commit

Permalink
thermal/core: Remove unused macro THERMAL_TRIPS_NONE
Browse files Browse the repository at this point in the history
The macro THERMAL_TRIPS_NONE is no longer used, remove it.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Thara Gopinath <thara.gopinath@linaro.org>
Link: https://lore.kernel.org/r/20201214233811.485669-6-daniel.lezcano@linaro.org
  • Loading branch information
Daniel Lezcano committed Jan 19, 2021
1 parent 716072d commit 2121496
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/thermal.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <linux/workqueue.h>
#include <uapi/linux/thermal.h>

#define THERMAL_TRIPS_NONE -1
#define THERMAL_MAX_TRIPS 12

/* invalid cooling state */
Expand Down

0 comments on commit 2121496

Please sign in to comment.