diff options
author | Steven Whitehouse <steve@chygwyn.com> | 2006-08-09 18:56:46 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 17:54:15 -0400 |
commit | a8731cbf61c8768ea129780b70dc7dfc6795aad4 (patch) | |
tree | 82e177adc2b342d9943d1737f82fc1b205116b14 /net/decnet/af_decnet.c | |
parent | 8f491069b40be5d627007a343f99759e9da6a178 (diff) |
[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/af_decnet.c')
-rw-r--r-- | net/decnet/af_decnet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/decnet/af_decnet.c b/net/decnet/af_decnet.c index 5486247735f6..70e027375682 100644 --- a/net/decnet/af_decnet.c +++ b/net/decnet/af_decnet.c | |||
@@ -130,6 +130,7 @@ Version 0.0.6 2.1.110 07-aug-98 Eduardo Marcelo Serrat | |||
130 | #include <linux/poll.h> | 130 | #include <linux/poll.h> |
131 | #include <net/neighbour.h> | 131 | #include <net/neighbour.h> |
132 | #include <net/dst.h> | 132 | #include <net/dst.h> |
133 | #include <net/fib_rules.h> | ||
133 | #include <net/dn.h> | 134 | #include <net/dn.h> |
134 | #include <net/dn_nsp.h> | 135 | #include <net/dn_nsp.h> |
135 | #include <net/dn_dev.h> | 136 | #include <net/dn_dev.h> |