summaryrefslogtreecommitdiffstats
path: root/net/sched
diff options
context:
space:
mode:
authorVladimir Oltean <olteanv@gmail.com>2019-10-01 22:12:50 +0300
committerDavid S. Miller <davem@davemloft.net>2019-10-02 14:17:11 -0700
commit37048e94a2dc81a5a259963117f62341e25161f7 (patch)
tree5a598575e4ff0b1febc3f58715e6b2990533cf27 /net/sched
parentb74d402ef599e8e1f3c8a64ed7ba3f87d164d5c9 (diff)
net: dsa: Remove unused __DSA_SKB_CB macro
The struct __dsa_skb_cb is supposed to span the entire 48-byte skb control block, while the struct dsa_skb_cb only the portion of it which is used by the DSA core (the rest is available as private data to drivers). The DSA_SKB_CB and __DSA_SKB_CB helpers are supposed to help retrieve this pointer based on a skb, but it turns out there is nobody directly interested in the struct __dsa_skb_cb in the kernel. So remove it. Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
0 files changed, 0 insertions, 0 deletions