On Mon, Jan 16, 2017 at 7:11 AM, Neil Armstrong <[email protected]> wrote: > Add missing EXPORT_SYMBOL for of_device_compatible_match function.
It's not missing because no modules use it. It's generally preferred
to use a match table and of_match_node.
Rob
>
> Fixes: b9c13fe32faa ("dt: Add of_device_compatible_match()")
> Signed-off-by: Neil Armstrong <[email protected]>
> ---
> drivers/of/base.c | 1 +
> 1 file changed, 1 insertion(+)

