aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/thermal.h
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2020-12-15 00:38:09 +0100
committerDaniel Lezcano <daniel.lezcano@linaro.org>2021-01-19 22:23:32 +0100
commit2121496fdc5f2d93eda9743c4b487469f0042e3c (patch)
tree012d44e0e815daf500294cdaf8b1225b99311809 /include/linux/thermal.h
parentthermal/core: Remove THERMAL_TRIPS_NONE test (diff)
downloadlinux-dev-2121496fdc5f2d93eda9743c4b487469f0042e3c.tar.xz
linux-dev-2121496fdc5f2d93eda9743c4b487469f0042e3c.zip
thermal/core: Remove unused macro THERMAL_TRIPS_NONE
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
Diffstat (limited to 'include/linux/thermal.h')
-rw-r--r--include/linux/thermal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h
index a57232a9a6f9..060a2160add4 100644
--- a/include/linux/thermal.h
+++ b/include/linux/thermal.h
@@ -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 */