aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2016-08-23 15:09:49 +0000
committerDavid S. Miller <davem@davemloft.net>2016-08-23 17:17:48 -0700
commita26c76798e602fda301a997ec1ded3815b2e0e77 (patch)
treec70f2ffa45395a6234c88d8a62acf8286c0e6f16 /drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c
parentnet: phy: xgmiitorgmii: Fix non static symbol warning (diff)
downloadlinux-dev-a26c76798e602fda301a997ec1ded3815b2e0e77.tar.xz
linux-dev-a26c76798e602fda301a997ec1ded3815b2e0e77.zip
cxgb4: Remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c
index aac6e444abf2..5d402bace6c1 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c
@@ -36,7 +36,6 @@
*/
#include <linux/kernel.h>
-#include <linux/version.h>
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/types.h>