of: Add missing exports of node name compare functions
authorRob Herring <robh@kernel.org>
Mon, 22 Oct 2018 14:03:54 +0000 (09:03 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Nov 2018 19:08:32 +0000 (11:08 -0800)
commit1db5dec2dd69e6fcaf59ab6b151877c1119e3de7
treeeeb1844d7483f46628323d8dba748710c682a138
parentb5e07d44b06be67947150e80e510ef64b720af3b
of: Add missing exports of node name compare functions

[ Upstream commit 173ee3962959a1985a109f81539a403b5cd07ae7 ]

Commit f42b0e18f2e5 ("of: add node name compare helper functions")
failed to add the module exports to of_node_name_eq() and
of_node_name_prefix(). Add them now.

Fixes: f42b0e18f2e5 ("of: add node name compare helper functions")
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/of/base.c