The patch titled Subject: drivers/thermal/exynos_thermal.c: remove duplicate inclusion of err.h header file has been removed from the -mm tree. Its filename was thermal-exynos-remove-duplicate-inclusion-of-errh-header-file.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Sachin Kamat <sachin.kamat@xxxxxxxxxx> Subject: 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 <sachin.kamat@xxxxxxxxxx> Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxxx> Cc: Guenter Roeck <guenter.roeck@xxxxxxxxxxxx> Cc: Len Brown <lenb@xxxxxxxxxx> Cc: "Brown, Len" <len.brown@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/thermal/exynos_thermal.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/thermal/exynos_thermal.c~thermal-exynos-remove-duplicate-inclusion-of-errh-header-file drivers/thermal/exynos_thermal.c --- a/drivers/thermal/exynos_thermal.c~thermal-exynos-remove-duplicate-inclusion-of-errh-header-file +++ a/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> _ Patches currently in -mm which might be from sachin.kamat@xxxxxxxxxx are linux-next.patch drivers-video-backlight-da9052_blc-use-usleep_range-instead-of-msleep-for-small-sleeps.patch drivers-video-backlight-ltv350qvc-use-usleep_range-instead-of-msleep-for-small-sleeps.patch drivers-video-backlight-kb3886_blc-use-usleep_range-instead-of-msleep-for-small-sleeps.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html