aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet
diff options
context:
space:
mode:
authorNicolas Kaiser <nikai@nikai.net>2006-01-10 20:04:35 -0500
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>2006-01-10 20:04:35 -0500
commitb8ab50bc554c2f9149e6d0ae741e05810e581ea5 (patch)
tree3ca928e951bce53b73cfbdab2167e64c59c1c822 /net/decnet
parent864913f30dbd6f75b94045cd20ea0b082996287e (diff)
netfilter: headers included twice
Headers included twice. Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'net/decnet')
-rw-r--r--net/decnet/netfilter/dn_rtmsg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/decnet/netfilter/dn_rtmsg.c b/net/decnet/netfilter/dn_rtmsg.c
index 1ab94c6e22ed..16a5a31e2126 100644
--- a/net/decnet/netfilter/dn_rtmsg.c
+++ b/net/decnet/netfilter/dn_rtmsg.c
@@ -26,8 +26,6 @@
26#include <net/dn.h> 26#include <net/dn.h>
27#include <net/dn_route.h> 27#include <net/dn_route.h>
28 28
29#include <linux/netfilter_decnet.h>
30
31static struct sock *dnrmg = NULL; 29static struct sock *dnrmg = NULL;
32 30
33 31