Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bba536a3d5809c88313849fb49d24d9e0f57e0bf
Commit:     bba536a3d5809c88313849fb49d24d9e0f57e0bf
Parent:     f2a77991a918218be4a3ac78250e7eba2282be59
Author:     Rami Rosen <[EMAIL PROTECTED]>
AuthorDate: Thu Feb 7 18:10:19 2008 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Thu Feb 7 18:10:19 2008 -0800

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 include/net/ip6_route.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h
index faac0ee..f99e4f0 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to