diff mbox

[1/1] mfd/twl6040: Remove duplicate inclusion of linux/err.h

Message ID 1353390555-25519-1-git-send-email-sachin.kamat@linaro.org
State Accepted
Headers show

Commit Message

Sachin Kamat Nov. 20, 2012, 5:49 a.m. UTC
linux/err.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/mfd/twl6040.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Samuel Ortiz Nov. 21, 2012, 2:10 p.m. UTC | #1
Hi Sachin,

On Tue, Nov 20, 2012 at 11:19:15AM +0530, Sachin Kamat wrote:
> linux/err.h was included twice.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  drivers/mfd/twl6040.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
Applied, thanks.

Cheers,
Samuel.
diff mbox

Patch

diff --git a/drivers/mfd/twl6040.c b/drivers/mfd/twl6040.c
index e5f7b79..583be76 100644
--- a/drivers/mfd/twl6040.c
+++ b/drivers/mfd/twl6040.c
@@ -37,7 +37,6 @@ 
 #include <linux/delay.h>
 #include <linux/i2c.h>
 #include <linux/regmap.h>
-#include <linux/err.h>
 #include <linux/mfd/core.h>
 #include <linux/mfd/twl6040.h>
 #include <linux/regulator/consumer.h>