diff options
Diffstat (limited to 'net/ipv4/fib_semantics.c')
-rw-r--r-- | net/ipv4/fib_semantics.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c index e63f47a4e651..b53f0bf84dca 100644 --- a/net/ipv4/fib_semantics.c +++ b/net/ipv4/fib_semantics.c | |||
@@ -426,8 +426,9 @@ struct fib_alias *fib_find_alias(struct list_head *fah, u8 tos, u32 prio) | |||
426 | return NULL; | 426 | return NULL; |
427 | } | 427 | } |
428 | 428 | ||
429 | int fib_detect_death(struct fib_info *fi, int order, | 429 | static int fib_detect_death(struct fib_info *fi, int order, |
430 | struct fib_info **last_resort, int *last_idx, int dflt) | 430 | struct fib_info **last_resort, int *last_idx, |
431 | int dflt) | ||
431 | { | 432 | { |
432 | struct neighbour *n; | 433 | struct neighbour *n; |
433 | int state = NUD_NONE; | 434 | int state = NUD_NONE; |