From dac98aef59eae72c74d9d2464f389f4def15a347 Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Tue, 20 Nov 2012 11:19:15 +0530 Subject: [PATCH] mfd: twl6040: Remove duplicate inclusion of linux/err.h linux/err.h was included twice. Signed-off-by: Sachin Kamat Signed-off-by: Samuel Ortiz --- drivers/mfd/twl6040.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mfd/twl6040.c b/drivers/mfd/twl6040.c index e5f7b795afff..583be76e36a8 100644 --- a/drivers/mfd/twl6040.c +++ b/drivers/mfd/twl6040.c @@ -37,7 +37,6 @@ #include #include #include -#include #include #include #include -- 2.34.1