提交 42884042 编写于 作者: A alex.bluesman.smirnov@gmail.com 提交者: David S. Miller

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: NAlexander Smirnov <alex.bluesman.smirnov@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 79ff1db6
......@@ -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);
......
......@@ -39,7 +39,7 @@ struct hw_addr_filt_notify_work {
unsigned long changed;
};
struct mac802154_priv *mac802154_slave_get_priv(struct net_device *dev)
static struct mac802154_priv *mac802154_slave_get_priv(struct net_device *dev)
{
struct mac802154_sub_if_data *priv = netdev_priv(dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册