irqchip/gic: Use kstrtobool() instead of strtobool()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 1 Nov 2022 21:13:51 +0000 (22:13 +0100)
committerMarc Zyngier <maz@kernel.org>
Mon, 28 Nov 2022 13:32:55 +0000 (13:32 +0000)
commit5e279739d7312b8958ec816fa38dba2725638503
treedb5455ecd417c44c76461efd8c249ad18c302a5c
parentf5259b045c19f6e997bd12d53a5f76663537c1fd
irqchip/gic: 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>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/755c4083122071bb27aa8ed5d98156a07bb63a39.1667336095.git.christophe.jaillet@wanadoo.fr
drivers/irqchip/irq-gic-v3.c
drivers/irqchip/irq-gic.c