aboutsummaryrefslogtreecommitdiff
path: root/include/dt-bindings/thermal/thermal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dt-bindings/thermal/thermal.h')
-rw-r--r--include/dt-bindings/thermal/thermal.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/dt-bindings/thermal/thermal.h b/include/dt-bindings/thermal/thermal.h
deleted file mode 100644
index 7871e5f52b1..00000000000
--- a/include/dt-bindings/thermal/thermal.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * This header provides constants for most thermal bindings.
- *
- * Copyright (C) 2013 Texas Instruments
- * Eduardo Valentin <eduardo.valentin@ti.com>
- */
-
-#ifndef _DT_BINDINGS_THERMAL_THERMAL_H
-#define _DT_BINDINGS_THERMAL_THERMAL_H
-
-/* On cooling devices upper and lower limits */
-#define THERMAL_NO_LIMIT (~0)
-
-#endif