Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

device property: Export fwnode_get_name()

This makes it possible to take advantage of the function in
the device drivers.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://lore.kernel.org/r/20200302135353.56659-8-heikki.krogerus@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Heikki Krogerus and committed by
Greg Kroah-Hartman
a7914d10 e5256194

+1
+1
drivers/base/property.c
··· 566 566 { 567 567 return fwnode_call_ptr_op(fwnode, get_name); 568 568 } 569 + EXPORT_SYMBOL_GPL(fwnode_get_name); 569 570 570 571 /** 571 572 * fwnode_get_name_prefix - Return the prefix of node for printing purposes