projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cc76e3
)
mac802154: make mac802154_wpan_open static
author
Phoebe Buckheister
<phoebe.buckheister@itwm.fraunhofer.de>
Wed, 14 May 2014 15:43:11 +0000
(17:43 +0200)
committer
David S. Miller
<davem@davemloft.net>
Thu, 15 May 2014 19:51:43 +0000
(15:51 -0400)
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>
net/mac802154/wpan.c
patch
|
blob
|
history
diff --git
a/net/mac802154/wpan.c
b/net/mac802154/wpan.c
index bb49e88c460fcf6a111a98642f265b1c3033cfa3..ed105774c15d48e1a0360ab7aa346a70667da5de 100644
(file)
--- a/
net/mac802154/wpan.c
+++ b/
net/mac802154/wpan.c
@@
-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);