aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/common.c
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2016-02-01 14:52:41 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-02-03 01:24:36 +0100
commit53af16f79fbc3f06df76f6d82adcd4ed03b3d752 (patch)
tree708a4ab1f705324d78cde41257f8d0ba94723131 /drivers/base/power/common.c
parentLinux 4.5-rc2 (diff)
downloadlinux-dev-53af16f79fbc3f06df76f6d82adcd4ed03b3d752.tar.xz
linux-dev-53af16f79fbc3f06df76f6d82adcd4ed03b3d752.zip
PM / Domains: Silence compiler warning for an unused function
The only remaining caller of genpd_poweron() is conditionally compiled based on CONFIG_PM_GENERIC_DOMAINS_OF, so we get a warning when that is unset. By moving the locking/unlocking of the genpd outside genpd_poweron(), thus to the caller, genpd_poweron() becomes redundant. Within this context let's then rename the wrapper function, __genpd_poweron(), to genpd_poweron() as it will then be consistent with its friend genpd_poweroff(). This change silence the warning about the unused function. Reported-by: Arnd Bergmann <arnd@arndb.de> Fixes: ea823c7cbffa "PM / Domains: Remove pm_genpd_poweron() API" Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: 4.4+ <stable@vger.kernel.org> # 4.4+ Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/base/power/common.c')
0 files changed, 0 insertions, 0 deletions