Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c83b2077 authored by Dmitry Eremin-Solenikov's avatar Dmitry Eremin-Solenikov
Browse files

fakehard: no need to export net_to_phy, make it static

parent 1eaa9d03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
#include <net/nl802154.h>
#include <net/wpan-phy.h>

struct wpan_phy *net_to_phy(struct net_device *dev)
static struct wpan_phy *net_to_phy(struct net_device *dev)
{
	return container_of(dev->dev.parent, struct wpan_phy, dev);
}