Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256309
b: refs/heads/master
c: fec30c3
h: refs/heads/master
i:
  256307: c48bf08
v: v3
  • Loading branch information
Michał Mirosław authored and David S. Miller committed Jul 14, 2011
1 parent 189a2d4 commit 7b57e29
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1180e7d6599c1fb0c56a23a649a3eb37d877b9d0
refs/heads/master: fec30c33819b442fd618b10f405248ee7cbb51d8
1 change: 0 additions & 1 deletion trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
3 changes: 1 addition & 2 deletions trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) &&
Expand Down Expand Up @@ -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)
{
Expand Down

0 comments on commit 7b57e29

Please sign in to comment.