mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
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:
committed by
David S. Miller
parent
6180c780e6
commit
614b7a1f28
@@ -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 &&
|
||||
|
Reference in New Issue
Block a user