aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/switchdev.h
diff options
context:
space:
mode:
authorWillem de Bruijn <willemb@google.com>2015-03-06 11:44:28 -0500
committerDavid S. Miller <davem@davemloft.net>2015-03-06 15:44:35 -0500
commit89650ad0047f039b3c3bc0f6a5823bb9c9738152 (patch)
tree3ae8ef80ec2102f70b87b1abf6e3737a5201f895 /include/net/switchdev.h
parentmpls: Properly validate RTA_VIA payload length (diff)
downloadlinux-dev-89650ad0047f039b3c3bc0f6a5823bb9c9738152.tar.xz
linux-dev-89650ad0047f039b3c3bc0f6a5823bb9c9738152.zip
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>
Diffstat (limited to 'include/net/switchdev.h')
-rw-r--r--include/net/switchdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/switchdev.h b/include/net/switchdev.h
index dc0a5cc7c2c5..933fac410a7a 100644
--- a/include/net/switchdev.h
+++ b/include/net/switchdev.h
@@ -129,7 +129,7 @@ static inline int netdev_switch_fib_ipv4_del(u32 dst, int dst_len,
return 0;
}
-void netdev_switch_fib_ipv4_abort(struct fib_info *fi)
+static inline void netdev_switch_fib_ipv4_abort(struct fib_info *fi)
{
}