All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dgrp: remove unused including <linux/version.h>
@ 2012-10-07 13:23 Wei Yongjun
  2012-10-25 19:02 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Yongjun @ 2012-10-07 13:23 UTC (permalink / raw)
  To: gregkh; +Cc: yongjun_wei, devel, linux-kernel

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

Remove including <linux/version.h> that don't need it.

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/staging/dgrp/dgrp_sysfs.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/dgrp/dgrp_sysfs.c b/drivers/staging/dgrp/dgrp_sysfs.c
index e5a3c88..a13318c 100644
--- a/drivers/staging/dgrp/dgrp_sysfs.c
+++ b/drivers/staging/dgrp/dgrp_sysfs.c
@@ -17,7 +17,6 @@
 #include "dgrp_common.h"
 
 #include <linux/kernel.h>
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/ctype.h>
 #include <linux/string.h>


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

* Re: [PATCH] dgrp: remove unused including <linux/version.h>
  2012-10-07 13:23 [PATCH] dgrp: remove unused including <linux/version.h> Wei Yongjun
@ 2012-10-25 19:02 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2012-10-25 19:02 UTC (permalink / raw)
  To: Wei Yongjun; +Cc: devel, yongjun_wei, linux-kernel

On Sun, Oct 07, 2012 at 09:23:47PM +0800, Wei Yongjun wrote:
> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> 
> Remove including <linux/version.h> that don't need it.
> 
> 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/staging/dgrp/dgrp_sysfs.c | 1 -
>  1 file changed, 1 deletion(-)

Someone else already beat you to this change, sorry.

greg k-h

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

end of thread, other threads:[~2012-10-25 19:02 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:23 [PATCH] dgrp: remove unused including <linux/version.h> Wei Yongjun
2012-10-25 19:02 ` Greg KH

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.