diff options
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r-- | net/ipv4/route.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 9d8fbf1e5bc3..4bb66fee4543 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -1722,7 +1722,8 @@ static inline int __mkroute_input(struct sk_buff *skb, | |||
1722 | int err; | 1722 | int err; |
1723 | struct in_device *out_dev; | 1723 | struct in_device *out_dev; |
1724 | unsigned flags = 0; | 1724 | unsigned flags = 0; |
1725 | u32 spec_dst, itag; | 1725 | __be32 spec_dst; |
1726 | u32 itag; | ||
1726 | 1727 | ||
1727 | /* get a working reference to the output device */ | 1728 | /* get a working reference to the output device */ |
1728 | out_dev = in_dev_get(FIB_RES_DEV(*res)); | 1729 | out_dev = in_dev_get(FIB_RES_DEV(*res)); |