commit | 89650ad0047f039b3c3bc0f6a5823bb9c9738152 | [log] [tgz] |
---|---|---|
author | Willem de Bruijn <willemb@google.com> | Fri Mar 06 11:44:28 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 06 15:44:35 2015 -0500 |
tree | 3ae8ef80ec2102f70b87b1abf6e3737a5201f895 | |
parent | f8d54afc4c7a4c41deaa43fbcfffc2976094d342 [diff] |
fib: make netdev_switch_fib_ipv4_abort in header file static inline When building without CONFIG_NET_SWITCHDEV, netdev_switch_fib_ipv4_abort is defined in the header file. It must be static inline to avoid build failure at link time. Fixes: 8e05fd7166c6 ("fib: hook IPv4 fib for hardware offload") Signed-off-by: Willem de Bruijn <willemb@google.com> Acked-by: Scott Feldman <sfeldma@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>