aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac802154/mib.c
diff options
context:
space:
mode:
authoralex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com>2012-07-10 21:22:46 +0000
committerDavid S. Miller <davem@davemloft.net>2012-07-12 07:54:45 -0700
commit428840424fc54dd2d3f67d3de8b78bb71a479537 (patch)
tree772cf971f84255d5367ea5508a367e697ab7a11e /net/mac802154/mib.c
parent6lowpan: get extra headroom in allocated frame (diff)
downloadlinux-dev-428840424fc54dd2d3f67d3de8b78bb71a479537.tar.xz
linux-dev-428840424fc54dd2d3f67d3de8b78bb71a479537.zip
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>
Diffstat (limited to '')
-rw-r--r--net/mac802154/mib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac802154/mib.c b/net/mac802154/mib.c
index 5c66b8f73f02..f47781ab0ccc 100644
--- a/net/mac802154/mib.c
+++ b/net/mac802154/mib.c
@@ -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);