diff options
| author | Florian Westphal <fw@strlen.de> | 2014-05-05 09:00:44 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-05-07 15:49:07 -0400 |
| commit | c1e756bfcbcac838a86a23f3e4501b556a961e3c (patch) | |
| tree | 965fe4107b8a28f594832657610a74152e3f27a1 /include/linux | |
| parent | c7ba65d7b64984ff371cb5630b36af23506c50d5 (diff) | |
Revert "net: core: introduce netif_skb_dev_features"
This reverts commit d206940319c41df4299db75ed56142177bb2e5f6,
there are no more callers.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netdevice.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 7ed3a3aa6604..20e99efb1ca6 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
| @@ -3180,12 +3180,7 @@ void netdev_change_features(struct net_device *dev); | |||
| 3180 | void netif_stacked_transfer_operstate(const struct net_device *rootdev, | 3180 | void netif_stacked_transfer_operstate(const struct net_device *rootdev, |
| 3181 | struct net_device *dev); | 3181 | struct net_device *dev); |
| 3182 | 3182 | ||
| 3183 | netdev_features_t netif_skb_dev_features(struct sk_buff *skb, | 3183 | netdev_features_t netif_skb_features(struct sk_buff *skb); |
| 3184 | const struct net_device *dev); | ||
| 3185 | static inline netdev_features_t netif_skb_features(struct sk_buff *skb) | ||
| 3186 | { | ||
| 3187 | return netif_skb_dev_features(skb, skb->dev); | ||
| 3188 | } | ||
| 3189 | 3184 | ||
| 3190 | static inline bool net_gso_ok(netdev_features_t features, int gso_type) | 3185 | static inline bool net_gso_ok(netdev_features_t features, int gso_type) |
| 3191 | { | 3186 | { |
