diff mbox

[2/3] thermal: Exynos: Remove duplicate inclusion of err.h header file

Message ID 1344338465-15478-2-git-send-email-sachin.kamat@linaro.org
State Superseded
Headers show

Commit Message

Sachin Kamat Aug. 7, 2012, 11:21 a.m. UTC
err.h header file was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
---
 drivers/thermal/exynos_thermal.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff mbox

Patch

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>