aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorWei Yongjun <weiyj.lk@gmail.com>2016-07-22 14:05:32 +0000
committerDavid S. Miller <davem@davemloft.net>2016-07-25 11:04:37 -0700
commit15657841bd5bb23dac7120c4e2e181b390a5ec12 (patch)
tree52342b3bf65727e87cc415d802d9eff16c16aa21 /drivers/net
parentsctp: use inet_recvmsg to support sctp RFS well (diff)
downloadlinux-dev-15657841bd5bb23dac7120c4e2e181b390a5ec12.tar.xz
linux-dev-15657841bd5bb23dac7120c4e2e181b390a5ec12.zip
libcxgb: remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it. Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c b/drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c
index 551a365cfb71..0ed161642371 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>