summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2026-08-04 20:20:38 +0200
committerPaolo Abeni <pabeni@redhat.com>2026-08-06 15:09:23 +0200
commite5ba33295201d79a63a204c16db9d51caa963a6c (patch)
tree297938deb281617efb6eb3c35a46d9605b2fe50b /include
parent2425eba0f8225fa808e2c2f0d5bc5f492c88ef88 (diff)
net: geneve: remove unused geneve_dev_create_fb
The only user was vport-geneve in openvswitch and now it is gone. This also removes the last exported function in geneve module, significantly reducing complexity of the locking analysis. Signed-off-by: Ilya Maximets <i.maximets@ovn.org> Link: https://patch.msgid.link/20260804182049.2289754-5-i.maximets@ovn.org Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/net/geneve.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/geneve.h b/include/net/geneve.h
index 5c96827a487e..ba2c14d61e90 100644
--- a/include/net/geneve.h
+++ b/include/net/geneve.h
@@ -68,9 +68,4 @@ static inline bool netif_is_geneve(const struct net_device *dev)
!strcmp(dev->rtnl_link_ops->kind, "geneve");
}
-#ifdef CONFIG_INET
-struct net_device *geneve_dev_create_fb(struct net *net, const char *name,
- u8 name_assign_type, u16 dst_port);
-#endif /*ifdef CONFIG_INET */
-
#endif /*ifdef__NET_GENEVE_H */