fakehard: no need to export net_to_phy, make it static
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Thu, 29 Oct 2009 13:32:46 +0000 (16:32 +0300)
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Fri, 6 Nov 2009 11:31:24 +0000 (14:31 +0300)
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
drivers/ieee802154/fakehard.c

index 77fbb51..ccf83eb 100644 (file)
@@ -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);
 }