[PATCH -next] libcxgb: remove unused including <linux/version.h>
From: Wei Yongjun <hidden>
Date: 2016-07-22 14:05:41
Remove including <linux/version.h> that don't need it. Signed-off-by: Wei Yongjun <redacted> --- drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c b/drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c
index 96c9651..1074fdb 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>