Commit 6ef0023a authored by Phoebe Buckheister's avatar Phoebe Buckheister Committed by David S. Miller

mac802154: make mac802154_wpan_open static

This function is only used within the same translation unit, so mark it
static.
Signed-off-by: default avatarPhoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1cc76e36
......@@ -124,7 +124,7 @@ void mac802154_get_mac_params(struct net_device *dev,
mutex_unlock(&priv->hw->slaves_mtx);
}
int mac802154_wpan_open(struct net_device *dev)
static int mac802154_wpan_open(struct net_device *dev)
{
int rc;
struct mac802154_sub_if_data *priv = netdev_priv(dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment