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

Commit 2cadb41e authored by lucaswei's avatar lucaswei Committed by Todd Kjos
Browse files

ANDROID: extcon: Remove redundant EXPORT_SYMBOL_GPL



Remove EXPORT_SYMBOL_GPL for case of inline function.

Bug: 157994070
Fixes: 3d88b138 ("ANDROID: extcon: Export symbol of `extcon_get_edev_name`")
Signed-off-by: default avatarlucaswei <lucaswei@google.com>
Change-Id: I45bde028800067ed86054c2e46f69c8119ac79b7
parent 76093014
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -313,7 +313,6 @@ static inline const char *extcon_get_edev_name(struct extcon_dev *edev)
{
  return NULL;
}
EXPORT_SYMBOL_GPU(extcon_get_edev_name);

static inline struct extcon_dev *extcon_find_edev_by_node(struct device_node *node)
{