]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PM / devfreq: exynos-ppmu: Staticize event list
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 7 Jun 2017 18:12:28 +0000 (20:12 +0200)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 12 Jun 2017 01:12:07 +0000 (10:12 +0900)
commit6b1355f9ace06a65443c607e1b70872a5f613f80
tree36ff181a6d0eb28e22a84ae4fb495cd204cd22ba
parent97a6ba5bd0b54544fabe090711fabefc7a703a5f
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