[PATCH -next] cxgb4: Remove unused including <linux/version.h>
From: Wei Yongjun <hidden>
Date: 2016-08-23 15:10:31
From: Wei Yongjun <redacted> Remove including <linux/version.h> that don't need it. Signed-off-by: Wei Yongjun <redacted> --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c
index aac6e44..5d402ba 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>