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:
parent
7609301471
commit
2cadb41ef5
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue