ANDROID: GKI: net, skbuff: export symbols needed by vendor drivers

These are needed to modularize them.

Signed-off-by: Will McVicker <willmcvicker@google.com>
Bug: 151450270
Test: compile
Change-Id: I595b4f85cea0108c76bd776fc7087863040e65d9
Signed-off-by: Saravana Kannan <saravanak@google.com>
This commit is contained in:
Will McVicker 2020-03-13 11:27:38 -07:00 committed by Saravana Kannan
parent 61a3356ad1
commit 3b0049b82e

View file

@ -5608,3 +5608,4 @@ void skb_condense(struct sk_buff *skb)
*/
skb->truesize = SKB_TRUESIZE(skb_end_offset(skb));
}
EXPORT_SYMBOL_GPL(skb_condense);