KVM: arm64: vgic-v3: Use kstrtobool() instead of strtobool()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 14 Jan 2023 13:26:15 +0000 (14:26 +0100)
committerOliver Upton <oliver.upton@linux.dev>
Tue, 17 Jan 2023 20:53:41 +0000 (20:53 +0000)
commit016cbbd2ba555a417a1374f78fe36e60827dfdb9
treebe0d684fa236c6c701805c7dbce6c5cc21fd9dc7
parentfd2b165ce2ccdaad7d5972987acac259cff66ccb
KVM: arm64: vgic-v3: 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>
Reviewed-by: Zenghui Yu <yuzenghui@huawei.com>
Link: https://lore.kernel.org/r/f546e636c6d2bbcc0d8c4191ab98ce892fce4584.1673702763.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/kvm/vgic/vgic-v3.c