]> 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)
commitcb338634a7cd447c03cfe45c891112c10f5c4f3e
treee3301aafd407072661a75328dc1f2fc4de0d0fe8
parent6fbc1e5174bff471bc1822624f9a1924f0e49fbe
of: Add missing exports of node name compare functions

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