mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
mac802154: sparse warnings: make symbols static
Make symbols static to avoid the following warning shown up by sparse: warning: symbol ... was not declared. Should it be static? Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
79ff1db6d9
commit
428840424f
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ static int mac802154_mlme_start_req(struct net_device *dev,
|
|||
return 0;
|
||||
}
|
||||
|
||||
struct wpan_phy *mac802154_get_phy(const struct net_device *dev)
|
||||
static struct wpan_phy *mac802154_get_phy(const struct net_device *dev)
|
||||
{
|
||||
struct mac802154_sub_if_data *priv = netdev_priv(dev);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue