ANDROID: extcon: Remove redundant EXPORT_SYMBOL_GPL

Remove EXPORT_SYMBOL_GPL for case of inline function.

Bug: 157994070
Fixes: 3d88b138f0 ("ANDROID: extcon: Export symbol of `extcon_get_edev_name`")
Signed-off-by: lucaswei <lucaswei@google.com>
Change-Id: I45bde028800067ed86054c2e46f69c8119ac79b7
This commit is contained in:
lucaswei 2020-06-24 10:42:05 +08:00 committed by Todd Kjos
parent 7609301471
commit 2cadb41ef5

View file

@ -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)
{