diff --git a/drivers/ieee802154/fakehard.c b/drivers/ieee802154/fakehard.c index 77fbb51157af..ccf83eb1e20a 100644 --- a/drivers/ieee802154/fakehard.c +++ b/drivers/ieee802154/fakehard.c @@ -32,7 +32,7 @@ #include #include -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); }