aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/thermal.c
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2008-01-17 15:51:19 +0800
committerLen Brown <len.brown@intel.com>2008-02-01 23:20:26 -0500
commit041d4bbf128f645fe53bb22309efb9db14dbf5b5 (patch)
tree2599aff53ec6e492c202f6db88deee7ea988575c /drivers/acpi/thermal.c
parent207339398ecb0835331c748612898dad2a09fdec (diff)
downloadkernel_samsung_smdk4412-041d4bbf128f645fe53bb22309efb9db14dbf5b5.zip
kernel_samsung_smdk4412-041d4bbf128f645fe53bb22309efb9db14dbf5b5.tar.gz
kernel_samsung_smdk4412-041d4bbf128f645fe53bb22309efb9db14dbf5b5.tar.bz2
ACPI: CELSIUS_TO_KELVIN fixup
Fix an imprecision in CELSIUS_TO_KELVIN and move these two macroes to a proper place. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Thomas Sujith <sujith.thomas@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/thermal.c')
-rw-r--r--drivers/acpi/thermal.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c
index 7400363..aee371f 100644
--- a/drivers/acpi/thermal.c
+++ b/drivers/acpi/thermal.c
@@ -65,9 +65,6 @@
#define ACPI_THERMAL_MAX_ACTIVE 10
#define ACPI_THERMAL_MAX_LIMIT_STR_LEN 65
-#define KELVIN_TO_CELSIUS(t) (long)(((long)t-2732>=0) ? ((long)t-2732+5)/10 : ((long)t-2732-5)/10)
-#define CELSIUS_TO_KELVIN(t) ((t+273)*10)
-
#define _COMPONENT ACPI_THERMAL_COMPONENT
ACPI_MODULE_NAME("thermal");