diff options
author | 2022-11-01 22:13:58 +0100 | |
---|---|---|
committer | 2022-12-02 13:17:34 +0100 | |
commit | 4238568744c0a150d8901e7847092a0f871c938d (patch) | |
tree | 142f6116e5fa80ebadd311fd518506597b2f5f63 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | clocksource/drivers/timer-ti-dm: Fix missing clk_disable_unprepare in dmtimer_systimer_init_clock() (diff) | |
download | wireguard-linux-4238568744c0a150d8901e7847092a0f871c938d.tar.xz wireguard-linux-4238568744c0a150d8901e7847092a0f871c938d.zip |
clocksource/drivers/arm_arch_timer: Use kstrtobool() instead of strtobool()
strtobool() is the same as kstrtobool().
However, the latter is more used within the kernel.
In order to remove strtobool() and slightly simplify kstrtox.h, switch to
the other function name.
While at it, include the corresponding header file (<linux/kstrtox.h>)
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Link: https://lore.kernel.org/r/f430bb12e12eb225ab1206db0be64b755ddafbdc.1667336095.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions