netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] libcxgb: remove unused including <linux/version.h>
@ 2016-07-22 14:05 Wei Yongjun
  2016-07-25 18:04 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Yongjun @ 2016-07-22 14:05 UTC (permalink / raw)
  To: David S . Miller, Nicholas Bellinger, Varun Prakash, Steve Wise,
	Hariprasad Shenai
  Cc: Wei Yongjun, netdev

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

Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
---
 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c b/drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c
index 96c9651..1074fdb 100644
--- a/drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c
+++ b/drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c
@@ -39,7 +39,6 @@
 #define pr_fmt(fmt) DRV_NAME ": " fmt
 
 #include <linux/kernel.h>
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/errno.h>
 #include <linux/types.h>

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

* Re: [PATCH -next] libcxgb: remove unused including <linux/version.h>
  2016-07-22 14:05 [PATCH -next] libcxgb: remove unused including <linux/version.h> Wei Yongjun
@ 2016-07-25 18:04 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-07-25 18:04 UTC (permalink / raw)
  To: weiyj.lk; +Cc: nab, varun, swise, hariprasad, netdev

From: Wei Yongjun <weiyj.lk@gmail.com>
Date: Fri, 22 Jul 2016 14:05:32 +0000

> Remove including <linux/version.h> that don't need it.
> 
> Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>

Applied.

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

end of thread, other threads:[~2016-07-25 18:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-22 14:05 [PATCH -next] libcxgb: remove unused including <linux/version.h> Wei Yongjun
2016-07-25 18:04 ` David Miller

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