Browse Source

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>
Wei Yongjun 9 years ago
parent
commit
15657841bd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c

+ 0 - 1
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>