From e09d06afb3afe50f39d2f354175538b9f9b37b24 Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Fri, 7 Sep 2012 10:17:55 +1000 Subject: [PATCH] drivers/thermal/exynos_thermal.c: remove duplicate inclusion of err.h header file err.h header file was included twice. Signed-off-by: Sachin Kamat Signed-off-by: Sachin Kamat Cc: Guenter Roeck Cc: Len Brown Cc: "Brown, Len" Signed-off-by: Andrew Morton --- drivers/thermal/exynos_thermal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/thermal/exynos_thermal.c b/drivers/thermal/exynos_thermal.c index f6debad752d7..3a7a068ef610 100644 --- a/drivers/thermal/exynos_thermal.c +++ b/drivers/thermal/exynos_thermal.c @@ -33,7 +33,6 @@ #include #include #include -#include #include #include #include -- 2.39.5