[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1466184810-4761-1-git-send-email-weiyj_lk@163.com>
Date: Fri, 17 Jun 2016 17:33:30 +0000
From: weiyj_lk@....com
To: "David S. Miller" <davem@...emloft.net>
Cc: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>, netdev@...r.kernel.org
Subject: [PATCH] gtp: remove unused including <linux/version.h>
From: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
Remove including <linux/version.h> that don't need it.
Signed-off-by: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
---
drivers/net/gtp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c
index 4e976a0..97e0cbc 100644
--- a/drivers/net/gtp.c
+++ b/drivers/net/gtp.c
@@ -16,7 +16,6 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/module.h>
-#include <linux/version.h>
#include <linux/skbuff.h>
#include <linux/udp.h>
#include <linux/rculist.h>
Powered by blists - more mailing lists