diff options
Diffstat (limited to 'net/mac802154/mac_cmd.c')
-rw-r--r-- | net/mac802154/mac_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac802154/mac_cmd.c b/net/mac802154/mac_cmd.c index 5d9a47b27938..d8d277006089 100644 --- a/net/mac802154/mac_cmd.c +++ b/net/mac802154/mac_cmd.c | |||
@@ -55,7 +55,7 @@ static int mac802154_mlme_start_req(struct net_device *dev, | |||
55 | return 0; | 55 | return 0; |
56 | } | 56 | } |
57 | 57 | ||
58 | struct wpan_phy *mac802154_get_phy(const struct net_device *dev) | 58 | static struct wpan_phy *mac802154_get_phy(const struct net_device *dev) |
59 | { | 59 | { |
60 | struct mac802154_sub_if_data *priv = netdev_priv(dev); | 60 | struct mac802154_sub_if_data *priv = netdev_priv(dev); |
61 | 61 | ||