diff options
| author | Wei Yongjun <weiyongjun1@huawei.com> | 2016-08-23 11:09:49 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2016-08-23 20:17:48 -0400 |
| commit | a26c76798e602fda301a997ec1ded3815b2e0e77 (patch) | |
| tree | c70f2ffa45395a6234c88d8a62acf8286c0e6f16 /drivers/net/ethernet/chelsio | |
| 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>
Diffstat (limited to 'drivers/net/ethernet/chelsio')
| -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 @@ | |||
| 36 | */ | 36 | */ |
| 37 | 37 | ||
| 38 | #include <linux/kernel.h> | 38 | #include <linux/kernel.h> |
| 39 | #include <linux/version.h> | ||
| 40 | #include <linux/module.h> | 39 | #include <linux/module.h> |
| 41 | #include <linux/errno.h> | 40 | #include <linux/errno.h> |
| 42 | #include <linux/types.h> | 41 | #include <linux/types.h> |
