]> asedeno.scripts.mit.edu Git - linux.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)
commit173ee3962959a1985a109f81539a403b5cd07ae7
treee3301aafd407072661a75328dc1f2fc4de0d0fe8
parent885882a493c5c53b70bb71c920dc8a3d3ee006c6
of: Add missing exports of node name compare functions

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>
drivers/of/base.c