diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-10-12 21:08:34 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-12 21:08:34 -0700 |
commit | 14717f811b6662ca77bf39c07f5589c3b084f942 (patch) | |
tree | 4a7d8ed76bd5695cafd9d6e5446fdad5e7388285 /net | |
parent | ab396eb03f33a2e2afb7b0603a43929bf5857c45 (diff) | |
download | linux-14717f811b6662ca77bf39c07f5589c3b084f942.tar.bz2 |
netfilter: remove unused #include <version.h>
The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
net/netfilter/nf_tproxy_core.c
This patch removes the said #include <version.h>.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/nf_tproxy_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/nf_tproxy_core.c b/net/netfilter/nf_tproxy_core.c index fe34f4bf74cc..cdc97f3105a3 100644 --- a/net/netfilter/nf_tproxy_core.c +++ b/net/netfilter/nf_tproxy_core.c @@ -10,7 +10,6 @@ * */ -#include <linux/version.h> #include <linux/module.h> #include <linux/net.h> |