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

Commit 266b4d30 authored by Hridya Valsaraju's avatar Hridya Valsaraju
Browse files

ANDROID: lib/plist: Export symbol plist_add



The symbol is required by the ion driver when modularized.

Test: build, boot
Bug: 147914088

Change-Id: I667866e809cb00c5ad0f39ed82b20f5fc3397a0f
Signed-off-by: default avatarHridya Valsaraju <hridya@google.com>
parent f64a8b79
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -103,6 +103,7 @@ void plist_add(struct plist_node *node, struct plist_head *head)

	plist_check_head(head);
}
EXPORT_SYMBOL_GPL(plist_add);

/**
 * plist_del - Remove a @node from plist.