ipv4: Fix compilation errors in fib_rebalance
authorPeter Nørlund <pch@ordbogen.com>
Tue, 6 Oct 2015 05:24:47 +0000 (07:24 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Oct 2015 06:48:09 +0000 (23:48 -0700)
commit0a837fe4724713ef701e47d6bfab98a5efaff3eb
tree8732e87e93a53f5e54e728b72fc7280903f5fbac
parent0cdf5640e4f6940bdbbefee4bb0adb7dffb185ec
ipv4: Fix compilation errors in fib_rebalance

This fixes

net/built-in.o: In function `fib_rebalance':
fib_semantics.c:(.text+0x9df14): undefined reference to `__divdi3'

and

net/built-in.o: In function `fib_rebalance':
net/ipv4/fib_semantics.c:572: undefined reference to `__aeabi_ldivmod'

Fixes: 0e884c78ee19 ("ipv4: L3 hash-based multipath")

Signed-off-by: Peter Nørlund <pch@ordbogen.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_semantics.c