]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drivers/thermal/exynos_thermal.c: remove duplicate inclusion of err.h header file
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 7 Sep 2012 00:17:55 +0000 (10:17 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Sep 2012 05:36:06 +0000 (15:36 +1000)
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>
Cc: Guenter Roeck <guenter.roeck@ericsson.com>
Cc: Len Brown <lenb@kernel.org>
Cc: "Brown, Len" <len.brown@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/thermal/exynos_thermal.c

index f6debad752d7adffb14d1cf3357bfe8816ed504c..3a7a068ef610df70a1b6faca4ab32d4a9a034ef0 100644 (file)
@@ -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>