提交 fec30c33 编写于 作者: M Michał Mirosław 提交者: David S. Miller

net: unexport netdev_fix_features()

It is not used anywhere except net/core/dev.c now.
Signed-off-by: NMichał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 1180e7d6
...@@ -2529,7 +2529,6 @@ static inline u32 netdev_get_wanted_features(struct net_device *dev) ...@@ -2529,7 +2529,6 @@ static inline u32 netdev_get_wanted_features(struct net_device *dev)
return (dev->features & ~dev->hw_features) | dev->wanted_features; return (dev->features & ~dev->hw_features) | dev->wanted_features;
} }
u32 netdev_increment_features(u32 all, u32 one, u32 mask); 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); int __netdev_update_features(struct net_device *dev);
void netdev_update_features(struct net_device *dev); void netdev_update_features(struct net_device *dev);
void netdev_change_features(struct net_device *dev); void netdev_change_features(struct net_device *dev);
......
...@@ -5209,7 +5209,7 @@ static void rollback_registered(struct net_device *dev) ...@@ -5209,7 +5209,7 @@ static void rollback_registered(struct net_device *dev)
list_del(&single); list_del(&single);
} }
u32 netdev_fix_features(struct net_device *dev, u32 features) static u32 netdev_fix_features(struct net_device *dev, u32 features)
{ {
/* Fix illegal checksum combinations */ /* Fix illegal checksum combinations */
if ((features & NETIF_F_HW_CSUM) && if ((features & NETIF_F_HW_CSUM) &&
...@@ -5268,7 +5268,6 @@ u32 netdev_fix_features(struct net_device *dev, u32 features) ...@@ -5268,7 +5268,6 @@ u32 netdev_fix_features(struct net_device *dev, u32 features)
return features; return features;
} }
EXPORT_SYMBOL(netdev_fix_features);
int __netdev_update_features(struct net_device *dev) int __netdev_update_features(struct net_device *dev)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册