From 7f715f6a4b57dc19d886ee2efbff4927f3b78692 Mon Sep 17 00:00:00 2001 From: Vasanth Ananthan Date: Thu, 3 Jan 2013 18:57:32 +0530 Subject: [PATCH] Fix for compiler error --- arch/arm/mach-exynos/mach-exynos5-dt.c | 1 + include/linux/thermal.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c index e3b1efc21f77b..fa2fc3cc64305 100644 --- a/arch/arm/mach-exynos/mach-exynos5-dt.c +++ b/arch/arm/mach-exynos/mach-exynos5-dt.c @@ -18,6 +18,7 @@ #include #include +#include #include #include diff --git a/include/linux/thermal.h b/include/linux/thermal.h index 91b34812cd847..b11bfeca330c9 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h @@ -48,6 +48,8 @@ enum thermal_trend { THERMAL_TREND_STABLE, /* temperature is stable */ THERMAL_TREND_RAISING, /* temperature is raising */ THERMAL_TREND_DROPPING, /* temperature is dropping */ + THERMAL_TREND_DROP_FULL, + THERMAL_TREND_RAISE_FULL, }; struct thermal_zone_device_ops { -- 2.39.5