|
@@ -5209,7 +5209,7 @@ static void rollback_registered(struct net_device *dev)
|
|
|
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 */
|
|
|
if ((features & NETIF_F_HW_CSUM) &&
|
|
@@ -5268,7 +5268,6 @@ u32 netdev_fix_features(struct net_device *dev, u32 features)
|
|
|
|
|
|
return features;
|
|
|
}
|
|
|
-EXPORT_SYMBOL(netdev_fix_features);
|
|
|
|
|
|
int __netdev_update_features(struct net_device *dev)
|
|
|
{
|