Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b0049b8 authored by Will McVicker's avatar Will McVicker Committed by Saravana Kannan
Browse files

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



These are needed to modularize them.

Signed-off-by: default avatarWill McVicker <willmcvicker@google.com>
Bug: 151450270
Test: compile
Change-Id: I595b4f85cea0108c76bd776fc7087863040e65d9
Signed-off-by: default avatarSaravana Kannan <saravanak@google.com>
parent 61a3356a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5608,3 +5608,4 @@ void skb_condense(struct sk_buff *skb)
	 */
	skb->truesize = SKB_TRUESIZE(skb_end_offset(skb));
}
EXPORT_SYMBOL_GPL(skb_condense);