diff options
author | 2015-08-18 13:38:02 +0200 | |
---|---|---|
committer | 2015-08-29 01:54:43 +0200 | |
commit | ad440bf40e2846966da44e885bb7d8a1f8384fa6 (patch) | |
tree | 0f6d35c4dc8f92a08e08c5f29984dfa7037bd144 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | PM / Domains: Make pm_genpd_init() available to modules (diff) | |
download | wireguard-linux-ad440bf40e2846966da44e885bb7d8a1f8384fa6.tar.xz wireguard-linux-ad440bf40e2846966da44e885bb7d8a1f8384fa6.zip |
PM / Domains: Remove unusable governor dummies
The governor dummies for the !CONFIG_PM_GENERIC_DOMAINS case are
unusable, as a governors is always referred to by taking its address,
which you can't do with a literal NULL pointer.
I.e.
pm_genpd_init(genpd, &simple_qos_governor, false);
fails to compile with:
error: lvalue required as unary '&' operand
Hence just remove the governor dummies.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions