aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pptp.c
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2011-06-24 02:40:08 -0700
committerDavid S. Miller <davem@davemloft.net>2011-06-24 02:40:08 -0700
commit95cb3656c09fcf6577138337216c27744ebc91e2 (patch)
treefbcd06dcad2f7b8daeecc649e4b34079ef16adf2 /drivers/net/pptp.c
parentqlcnic: multi protocol internal loopback support added. (diff)
downloadlinux-dev-95cb3656c09fcf6577138337216c27744ebc91e2.tar.xz
linux-dev-95cb3656c09fcf6577138337216c27744ebc91e2.zip
net: Remove unneeded version.h includes from drivers/net/
It was pointed out by 'make versioncheck' that some includes of linux/version.h are not needed in drivers/net/. This patch removes them. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/pptp.c')
-rw-r--r--drivers/net/pptp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/pptp.c b/drivers/net/pptp.c
index 1286fe212dc4..eae542a7e987 100644
--- a/drivers/net/pptp.c
+++ b/drivers/net/pptp.c
@@ -30,7 +30,6 @@
#include <linux/ip.h>
#include <linux/netfilter.h>
#include <linux/netfilter_ipv4.h>
-#include <linux/version.h>
#include <linux/rcupdate.h>
#include <linux/spinlock.h>