]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5a47c9909929d8fa371f93d7977b511f5091ee8c
treed4867a5c2dd6a50fe2daafdf7589310cc59db9ba
parent2c319ac4bbf48ebe95da84855eebf96d6b2fa71b
of: remove duplicate declarations of __of_*_sysfs() functions

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

Fixes: adb74786d8ad ("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