PM / devfreq: exynos-ppmu: Staticize event list
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 7 Jun 2017 18:12:28 +0000 (20:12 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 4 Sep 2017 05:33:32 +0000 (14:33 +0900)
commit8f0c2b70f94c3fe3eb9cfcbd35e548db1ef4fc5e
tree53276090be542b855dcb64b5cb392ebed71c77c1
parentedfae41639aa72269e835e3b433f7cc256632906
PM / devfreq: exynos-ppmu: Staticize event list

The ppmu_events array is accessed only in this compilation unit so it
can be made static.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/devfreq/event/exynos-ppmu.c