diff options
Diffstat (limited to 'drivers/ieee802154')
-rw-r--r-- | drivers/ieee802154/fakehard.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
32 | #include <net/nl802154.h> | 32 | #include <net/nl802154.h> |
33 | #include <net/wpan-phy.h> | 33 | #include <net/wpan-phy.h> |
34 | 34 | ||
35 | struct wpan_phy *net_to_phy(struct net_device *dev) | 35 | static struct wpan_phy *net_to_phy(struct net_device *dev) |
36 | { | 36 | { |
37 | return container_of(dev->dev.parent, struct wpan_phy, dev); | 37 | return container_of(dev->dev.parent, struct wpan_phy, dev); |
38 | } | 38 | } |