summaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_table.c
diff options
context:
space:
mode:
authorSteven Whitehouse2006-08-10 00:56:46 +0200
committerDavid S. Miller2006-09-22 23:54:15 +0200
commita8731cbf61c8768ea129780b70dc7dfc6795aad4 (patch)
tree82e177adc2b342d9943d1737f82fc1b205116b14 /net/decnet/dn_table.c
parent[IPV4]: Use network-order dport for all visible inet_lookup_* (diff)
downloadkernel-qcow2-linux-a8731cbf61c8768ea129780b70dc7dfc6795aad4.tar.gz
kernel-qcow2-linux-a8731cbf61c8768ea129780b70dc7dfc6795aad4.tar.xz
kernel-qcow2-linux-a8731cbf61c8768ea129780b70dc7dfc6795aad4.zip
[DECNET]: Covert rules to use generic code
This patch converts the DECnet rules code to use the generic rules system created by Thomas Graf <tgraf@suug.ch>. Signed-off-by: Steven Whitehouse <steve@chygwyn.com> Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/decnet/dn_table.c')
-rw-r--r--net/decnet/dn_table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/decnet/dn_table.c b/net/decnet/dn_table.c
index e926c952e363..2e01b67398c8 100644
--- a/net/decnet/dn_table.c
+++ b/net/decnet/dn_table.c
@@ -30,6 +30,7 @@
#include <net/neighbour.h>
#include <net/dst.h>
#include <net/flow.h>
+#include <net/fib_rules.h>
#include <net/dn.h>
#include <net/dn_route.h>
#include <net/dn_fib.h>