opp: Change type of dev_pm_opp_attach_genpd(names) argument
authorDmitry Osipenko <digetx@gmail.com>
Sun, 26 Sep 2021 22:40:24 +0000 (01:40 +0300)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 4 Oct 2021 09:08:59 +0000 (14:38 +0530)
commit3734b9f2cee01d9dde2fbbda742ba6dd6ba10a29
tree973219f71c926df5dc9a79aad8e2635f4f4188bf
parent8b7912f4cb6c29a1223ca7f2472bf12c44cc285e
opp: Change type of dev_pm_opp_attach_genpd(names) argument

Elements of the 'names' array are not changed by the code, constify them
for consistency.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/opp/core.c
include/linux/pm_opp.h