Skip to content

Commit

Permalink
fakehard: no need to export net_to_phy, make it static
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
  • Loading branch information
Dmitry Eremin-Solenikov committed Nov 6, 2009
1 parent 1eaa9d0 commit c83b207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ieee802154/fakehard.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <net/nl802154.h>
#include <net/wpan-phy.h>

struct wpan_phy *net_to_phy(struct net_device *dev)
static struct wpan_phy *net_to_phy(struct net_device *dev)
{
return container_of(dev->dev.parent, struct wpan_phy, dev);
}
Expand Down

0 comments on commit c83b207

Please sign in to comment.