[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1344338465-15478-2-git-send-email-sachin.kamat@linaro.org>
Date: Tue, 7 Aug 2012 16:51:04 +0530
From: Sachin Kamat <sachin.kamat@...aro.org>
To: linux-kernel@...r.kernel.org
Cc: amit.kachhap@...aro.org, dg77.kim@...sung.com,
guenter.roeck@...csson.com, akpm@...ux-foundation.org,
sachin.kamat@...aro.org, patches@...aro.org
Subject: [PATCH 2/3] thermal: Exynos: Remove duplicate inclusion of err.h header file
err.h header file was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@...aro.org>
Signed-off-by: Sachin Kamat <sachin.kamat@...sung.com>
---
drivers/thermal/exynos_thermal.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/thermal/exynos_thermal.c b/drivers/thermal/exynos_thermal.c
index f6debad..3a7a068 100644
--- a/drivers/thermal/exynos_thermal.c
+++ b/drivers/thermal/exynos_thermal.c
@@ -33,7 +33,6 @@
#include <linux/kobject.h>
#include <linux/io.h>
#include <linux/mutex.h>
-#include <linux/err.h>
#include <linux/platform_data/exynos_thermal.h>
#include <linux/thermal.h>
#include <linux/cpufreq.h>
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists