diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2016-08-23 15:09:49 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-08-23 17:17:48 -0700 |
commit | a26c76798e602fda301a997ec1ded3815b2e0e77 (patch) | |
tree | c70f2ffa45395a6234c88d8a62acf8286c0e6f16 | |
parent | 2698f85e88244e1bce5c019e166e5c33aff2b6e5 (diff) |
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>
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c | 1 |
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> |