[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1469196332-17472-1-git-send-email-weiyj.lk@gmail.com>
Date: Fri, 22 Jul 2016 14:05:32 +0000
From: Wei Yongjun <weiyj.lk@...il.com>
To: "David S . Miller" <davem@...emloft.net>,
Nicholas Bellinger <nab@...ux-iscsi.org>,
Varun Prakash <varun@...lsio.com>,
Steve Wise <swise@...ngridcomputing.com>,
Hariprasad Shenai <hariprasad@...lsio.com>
Cc: Wei Yongjun <weiyj.lk@...il.com>, netdev@...r.kernel.org
Subject: [PATCH -next] libcxgb: remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Signed-off-by: Wei Yongjun <weiyj.lk@...il.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>
Powered by blists - more mailing lists