diff options
Diffstat (limited to 'net/ipv4/fib_semantics.c')
-rw-r--r-- | net/ipv4/fib_semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c index d91244782216..d853bd2bd0d2 100644 --- a/net/ipv4/fib_semantics.c +++ b/net/ipv4/fib_semantics.c | |||
@@ -248,7 +248,7 @@ static inline unsigned int fib_devindex_hashfn(unsigned int val) | |||
248 | Used only by redirect accept routine. | 248 | Used only by redirect accept routine. |
249 | */ | 249 | */ |
250 | 250 | ||
251 | int ip_fib_check_default(u32 gw, struct net_device *dev) | 251 | int ip_fib_check_default(__be32 gw, struct net_device *dev) |
252 | { | 252 | { |
253 | struct hlist_head *head; | 253 | struct hlist_head *head; |
254 | struct hlist_node *node; | 254 | struct hlist_node *node; |