Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315147
b: refs/heads/master
c: 4288404
h: refs/heads/master
i:
  315145: 7bfbfed
  315143: 37e8edb
v: v3
  • Loading branch information
alex.bluesman.smirnov@gmail.com authored and David S. Miller committed Jul 12, 2012
1 parent 502302f commit 0674214
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 79ff1db6d9661974186d51c1ef14d1cab521df49
refs/heads/master: 428840424fc54dd2d3f67d3de8b78bb71a479537
2 changes: 1 addition & 1 deletion trunk/net/mac802154/mac_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/mac802154/mib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 0674214

Please sign in to comment.