On Fri, Sep 01, 2023, Luiz Capitulino wrote:
From: Christophe JAILLET christophe.jaillet@wanadoo.fr
Commit 11b36fe7d4500c8ef73677c087f302fd713101c2 upstream.
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 Link: https://lore.kernel.org/r/670882aa04dbdd171b46d3b20ffab87158454616.167368913... Signed-off-by: Sean Christopherson seanjc@google.com Signed-off-by: Luiz Capitulino luizcap@amazon.com
Acked-by: Sean Christopherson seanjc@google.com