diff options
author | Amit Pundir <amit.pundir@linaro.org> | 2015-03-25 04:29:14 +0530 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2016-02-16 13:51:36 -0800 |
commit | d005e957b7903ea472f42a722a6749f779161105 (patch) | |
tree | eae99bc2657d339ff6f4469f882bc1f071a65255 /net/ipv6/udp.c | |
parent | 6dd69fdc001f7e50bb6facdd981365abe8e5f6dc (diff) |
net: ipv6: fix build failure if IPV6_ROUTE_INFO config is enabled
Pass correct arguments to rt6_get_route_info() function, otherwise
we run into following Kernel build failure:
----------
CC net/ipv6/route.o
net/ipv6/route.c: In function ‘rt6_route_rcv’:
net/ipv6/route.c:746:27: error: ‘net’ undeclared (first use in this function)
net/ipv6/route.c:746:27: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [net/ipv6/route.o] Error 1
make[1]: *** [net/ipv6] Error 2
make: *** [net] Error 2
----------
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'net/ipv6/udp.c')
0 files changed, 0 insertions, 0 deletions