of: remove duplicate declarations of __of_*_sysfs() functions
authorZev Weiss <zev@bewilderbeest.net>
Wed, 6 Oct 2021 06:19:42 +0000 (23:19 -0700)
committerRob Herring <robh@kernel.org>
Wed, 6 Oct 2021 19:14:38 +0000 (14:14 -0500)
commit6663ae07d995f5fbe2988a19858b2f87e68cf929
treed4867a5c2dd6a50fe2daafdf7589310cc59db9ba
parent37ef2c34e437b04fb9b7e3126ea3bdd203a35e85
of: remove duplicate declarations of __of_*_sysfs() functions

When CONFIG_OF_KOBJ was introduced in commit b56b5528f5b3 ("of: make
kobject and bin_attribute support configurable") and #ifdef-ed
versions of these declarations got added, the originals didn't get
removed.

Fixes: b56b5528f5b3 ("of: make kobject and bin_attribute support configurable")
Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Link: https://lore.kernel.org/r/20211006061943.8472-1-zev@bewilderbeest.net
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/of_private.h