diff options
author | Nicolai Stange <nicstange@gmail.com> | 2017-02-07 00:12:04 +0300 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2017-03-23 22:14:05 +0300 |
commit | 0695bd99c0d22bef4d9d4c72cf537b722ba98531 (patch) | |
tree | 05e423d21b09d18f6dc3dc47a65252a391acb531 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | a17e0178fa2898bd8c4ccaaefa83c729759a361c (diff) | |
download | linux-0695bd99c0d22bef4d9d4c72cf537b722ba98531.tar.xz |
clockevents: Make clockevents_config() static
A clockevent device's rate should be configured before or at registration
and changed afterwards through clockevents_update_freq() only.
For the configuration at registration, we already have
clockevents_config_and_register().
Right now, there are no clockevents_config() users outside of the
clockevents core.
To mitigiate the risk of drivers errorneously reconfiguring their rates
through clockevents_config() *after* device registration, make
clockevents_config() static.
Signed-off-by: Nicolai Stange <nicstange@gmail.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions