summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h
diff options
context:
space:
mode:
authorRami Rosen2008-02-08 03:10:19 +0100
committerDavid S. Miller2008-02-08 03:10:19 +0100
commitbba536a3d5809c88313849fb49d24d9e0f57e0bf (patch)
tree82171d9d07089be561ec148f9061cb83a22187cc /include/net/ip6_route.h
parent[AF_IUCV]: defensive programming of iucv_callback_txdone (diff)
downloadkernel-qcow2-linux-bba536a3d5809c88313849fb49d24d9e0f57e0bf.tar.gz
kernel-qcow2-linux-bba536a3d5809c88313849fb49d24d9e0f57e0bf.tar.xz
kernel-qcow2-linux-bba536a3d5809c88313849fb49d24d9e0f57e0bf.zip
[IPV6] Minor clenup: remove two unused definitions in net/ip6_route.h
Remove IP6_RT_PRIO_FW and IP6_RT_FLOW_MASK definitions in include/net/ip6_route.h, as they are not used in the kernel. Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r--include/net/ip6_route.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h
index faac0eee1ef3..f99e4f0f568f 100644
--- a/include/net/ip6_route.h
+++ b/include/net/ip6_route.h
@@ -1,11 +1,9 @@
#ifndef _NET_IP6_ROUTE_H
#define _NET_IP6_ROUTE_H
-#define IP6_RT_PRIO_FW 16
#define IP6_RT_PRIO_USER 1024
#define IP6_RT_PRIO_ADDRCONF 256
#define IP6_RT_PRIO_KERN 512
-#define IP6_RT_FLOW_MASK 0x00ff
struct route_info {
__u8 type;