diff options
-rw-r--r-- | include/net/wpan-phy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/wpan-phy.h b/include/net/wpan-phy.h index fa827c923391..1e9795f116ba 100644 --- a/include/net/wpan-phy.h +++ b/include/net/wpan-phy.h | |||
@@ -75,6 +75,7 @@ static inline void wpan_phy_set_dev(struct wpan_phy *phy, struct device *dev) | |||
75 | { | 75 | { |
76 | phy->dev.parent = dev; | 76 | phy->dev.parent = dev; |
77 | } | 77 | } |
78 | |||
78 | int wpan_phy_register(struct wpan_phy *phy); | 79 | int wpan_phy_register(struct wpan_phy *phy); |
79 | void wpan_phy_unregister(struct wpan_phy *phy); | 80 | void wpan_phy_unregister(struct wpan_phy *phy); |
80 | void wpan_phy_free(struct wpan_phy *phy); | 81 | void wpan_phy_free(struct wpan_phy *phy); |