Re: [PATCH 1/2] device property: Add device_get_bd_address() and fwnode_get_bd_address()

From: Greg Kroah-Hartman
Date: Fri Sep 21 2018 - 00:26:46 EST


On Thu, Sep 20, 2018 at 03:34:35PM -0700, Matthias Kaehlcke wrote:
> +EXPORT_SYMBOL(fwnode_get_bd_address);

EXPORT_SYMBOL_GPL()? That matches the majority in this file.

thanks,

greg k-h