]> git.baikalelectronics.ru Git - kernel.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)
commitd64b2c7e9c77e30365a3b49f7c301a05a3a156e2
tree36ff181a6d0eb28e22a84ae4fb495cd204cd22ba
parent416ef5f2bd4cfb5d77f66bec1cb82cd84b175cb2
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