fbdev: omapfb: Use kstrtobool() instead of strtobool()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 14 Jan 2023 08:54:04 +0000 (09:54 +0100)
committerHelge Deller <deller@gmx.de>
Mon, 16 Jan 2023 08:37:31 +0000 (09:37 +0100)
commitee9fffdc3887a46eab3209bc46b228b543c75fa6
tree8d1cae0b4c528dca1e59683593f42249a60ea3da
parent67a90bccad3d20829bea35cb38ad744d9b6e30f4
fbdev: omapfb: 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: Helge Deller <deller@gmx.de>
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c
drivers/video/fbdev/omap2/omapfb/dss/overlay-sysfs.c
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c