]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerRob Herring <robh@kernel.org>
Mon, 22 Oct 2018 14:03:54 +0000 (09:03 -0500)
commitf218178de98164236e36767b9b794d2f6a8b7be4
treee3301aafd407072661a75328dc1f2fc4de0d0fe8
parent74bc99b7796c655104396c279bd675a6f7e81746
of: Add missing exports of node name compare functions

Commit 96d010e062f4 ("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: 96d010e062f4 ("of: add node name compare helper functions")
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/base.c