1
0
Fork 0

mac802154: make mac802154_wpan_open static

This function is only used within the same translation unit, so mark it
static.

Signed-off-by: Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Phoebe Buckheister 2014-05-14 17:43:11 +02:00 committed by David S. Miller
parent 1cc76e3654
commit 6ef0023a2e
1 changed files with 1 additions and 1 deletions

View File

@ -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);