linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] mfd/twl6040: Remove duplicate inclusion of linux/err.h
@ 2012-11-20  5:49 Sachin Kamat
  2012-11-21 14:10 ` Samuel Ortiz
  0 siblings, 1 reply; 2+ messages in thread
From: Sachin Kamat @ 2012-11-20  5:49 UTC (permalink / raw)
  To: linux-kernel; +Cc: sameo, sachin.kamat, patches

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(-)

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>
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] mfd/twl6040: Remove duplicate inclusion of linux/err.h
  2012-11-20  5:49 [PATCH 1/1] mfd/twl6040: Remove duplicate inclusion of linux/err.h Sachin Kamat
@ 2012-11-21 14:10 ` Samuel Ortiz
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Ortiz @ 2012-11-21 14:10 UTC (permalink / raw)
  To: Sachin Kamat; +Cc: linux-kernel, patches

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.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-21 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-20  5:49 [PATCH 1/1] mfd/twl6040: Remove duplicate inclusion of linux/err.h Sachin Kamat
2012-11-21 14:10 ` Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).