aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_fib.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-06-28 04:05:27 -0700
committerDavid S. Miller <davem@davemloft.net>2012-06-28 04:05:27 -0700
commit41347dcdd81988b8e60853257b2875285cc17a4e (patch)
tree29ced900bcde5d9afc252d0b10fdfe6d2e18cc66 /include/net/ip_fib.h
parent35ebf65e851c6d9731abc6362b189858eb59f4d3 (diff)
downloadlinux-41347dcdd81988b8e60853257b2875285cc17a4e.tar.gz
ipv4: Kill rt->rt_spec_dst, no longer used.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip_fib.h')
-rw-r--r--include/net/ip_fib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h
index 1687b3de54ffa2..9e6c26d4ba4cf2 100644
--- a/include/net/ip_fib.h
+++ b/include/net/ip_fib.h
@@ -233,7 +233,7 @@ extern void ip_fib_init(void);
extern __be32 fib_compute_spec_dst(struct sk_buff *skb);
extern int fib_validate_source(struct sk_buff *skb, __be32 src, __be32 dst,
u8 tos, int oif, struct net_device *dev,
- __be32 *spec_dst, u32 *itag);
+ u32 *itag);
extern void fib_select_default(struct fib_result *res);
/* Exported by fib_semantics.c */