All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] extcon: remove duplicated include from extcon-gpio.c
@ 2012-10-07 13:26 Wei Yongjun
  2012-10-11  1:38 ` Chanwoo Choi
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Yongjun @ 2012-10-07 13:26 UTC (permalink / raw)
  To: myungjoo.ham, cw00.choi; +Cc: yongjun_wei, linux-kernel

From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove duplicated include.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 drivers/extcon/extcon-gpio.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/extcon/extcon-gpio.c b/drivers/extcon/extcon-gpio.c
index 3cc152e..71d3ab7 100644
--- a/drivers/extcon/extcon-gpio.c
+++ b/drivers/extcon/extcon-gpio.c
@@ -26,7 +26,6 @@
 #include <linux/interrupt.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
-#include <linux/extcon.h>
 #include <linux/workqueue.h>
 #include <linux/gpio.h>
 #include <linux/extcon.h>


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

* Re: [PATCH] extcon: remove duplicated include from extcon-gpio.c
  2012-10-07 13:26 [PATCH] extcon: remove duplicated include from extcon-gpio.c Wei Yongjun
@ 2012-10-11  1:38 ` Chanwoo Choi
  0 siblings, 0 replies; 2+ messages in thread
From: Chanwoo Choi @ 2012-10-11  1:38 UTC (permalink / raw)
  To: Wei Yongjun; +Cc: myungjoo.ham, yongjun_wei, linux-kernel

On 10/07/2012 10:26 PM, Wei Yongjun wrote:
> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> 
> Remove duplicated include.
> 
> dpatch engine is used to auto generate this patch.
> (https://github.com/weiyj/dpatch)
> 
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> ---

This patch was already applied from 	Sachin Kamat and
you can check previous patch on below extcon-for-next git tree:
- http://git.infradead.org/users/kmpark/linux-samsung/commit/e16bce4f25980a4f0b02b5297e87673800be5474

Thank you,
Chanwoo Choi

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

end of thread, other threads:[~2012-10-11  1:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-07 13:26 [PATCH] extcon: remove duplicated include from extcon-gpio.c Wei Yongjun
2012-10-11  1:38 ` Chanwoo Choi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.