bareudp: Remove bareudp_dev_create()

There's no user for this function.

Signed-off-by: Guillaume Nault <gnault@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Guillaume Nault
2021-12-10 20:56:36 +01:00
committed by David S. Miller
parent 6180c780e6
commit 614b7a1f28
2 changed files with 0 additions and 38 deletions

View File

@@ -14,10 +14,6 @@ struct bareudp_conf {
bool multi_proto_mode;
};
struct net_device *bareudp_dev_create(struct net *net, const char *name,
u8 name_assign_type,
struct bareudp_conf *info);
static inline bool netif_is_bareudp(const struct net_device *dev)
{
return dev->rtnl_link_ops &&