projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6762ef3
)
gtp: remove unused including <linux/version.h>
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Fri, 17 Jun 2016 17:33:30 +0000
(17:33 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 18 Jun 2016 05:28:49 +0000
(22:28 -0700)
Remove including <linux/version.h> that don't need it.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/gtp.c
patch
|
blob
|
history
diff --git
a/drivers/net/gtp.c
b/drivers/net/gtp.c
index
4e976a0
..
97e0cbc
100644
(file)
--- 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>