commit | 1c9b1420ac137a0060dc67d3840bdaae9bcf4bae | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Sat May 11 23:14:47 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sun May 12 13:19:46 2019 -0700 |
tree | 78332fbd4304dc99714b640e4f67cc4fb6e77620 | |
parent | 506f0e09ce36477ac610b6e9b52cbd4d5ead0c01 [diff] |
net: dsa: Remove the now unused DSA_SKB_CB_COPY() macro It's best to not expose this, due to the performance hit it may cause when calling it. Fixes: b68b0dd0fb2d ("net: dsa: Keep private info in the skb->cb") Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>