From: Jon Hunter Date: Mon, 12 Sep 2016 11:01:09 +0000 (+0100) Subject: PM / Domains: Don't expose xlate and provider helper functions X-Git-Tag: v4.9-rc1~171^2~3^2~10 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=892ebdcccb4e11c5b43036a50e89e3869df5b429;hp=892ebdcccb4e11c5b43036a50e89e3869df5b429;p=cascardo%2Flinux.git PM / Domains: Don't expose xlate and provider helper functions Functions __of_genpd_xlate_simple(), __of_genpd_xlate_onecell() and __of_genpd_add_provider() are not used outside of the core generic PM domain code. Therefore, reduce the number of APIs exposed by making these static. At the same time don't expose the typedef for genpd_xlate_t either and make this a local definition as well. The functions are renamed to follow the naming conventions for static functions in the generic PM domain core. Signed-off-by: Jon Hunter Acked-by: Ulf Hansson Signed-off-by: Rafael J. Wysocki ---