mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
committed by
Saravana Kannan
parent
61a3356ad1
commit
3b0049b82e
@@ -5608,3 +5608,4 @@ void skb_condense(struct sk_buff *skb)
|
||||
*/
|
||||
skb->truesize = SKB_TRUESIZE(skb_end_offset(skb));
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(skb_condense);
|
||||
|
||||
Reference in New Issue
Block a user