diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2011-07-13 16:10:30 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-14 23:44:32 +0200 |
commit | fec30c33819b442fd618b10f405248ee7cbb51d8 (patch) | |
tree | df331b34b872ba3a9d0619bf09181306872f0917 /include | |
parent | net: cleanup vlan_features setting in register_netdev (diff) | |
download | linux-fec30c33819b442fd618b10f405248ee7cbb51d8.tar.xz linux-fec30c33819b442fd618b10f405248ee7cbb51d8.zip |
net: unexport netdev_fix_features()
It is not used anywhere except net/core/dev.c now.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 5ccc0cb8352b..f84dfd25c431 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -2529,7 +2529,6 @@ static inline u32 netdev_get_wanted_features(struct net_device *dev) return (dev->features & ~dev->hw_features) | dev->wanted_features; } u32 netdev_increment_features(u32 all, u32 one, u32 mask); -u32 netdev_fix_features(struct net_device *dev, u32 features); int __netdev_update_features(struct net_device *dev); void netdev_update_features(struct net_device *dev); void netdev_change_features(struct net_device *dev); |