commit | 0a837fe4724713ef701e47d6bfab98a5efaff3eb | [log] [tgz] |
---|---|---|
author | Peter Nørlund <pch@ordbogen.com> | Tue Oct 06 07:24:47 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 05 23:48:09 2015 -0700 |
tree | 8732e87e93a53f5e54e728b72fc7280903f5fbac | |
parent | 0cdf5640e4f6940bdbbefee4bb0adb7dffb185ec [diff] |
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>