ipmi/watchdog: Include <linux/kstrtox.h> when appropriate
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 5 Nov 2022 11:16:54 +0000 (12:16 +0100)
committerCorey Minyard <cminyard@mvista.com>
Sat, 5 Nov 2022 17:42:46 +0000 (12:42 -0500)
commit0eb1762f3c77a20f4a93f29239f0cb0a52d41dd6
tree68d72df642fd2cac708454199049094bce446c3c
parent39721d62bbc16ebc9bb2bdc2c163658f33da3b0b
ipmi/watchdog: Include <linux/kstrtox.h> when appropriate

The kstrto<something>() functions have been moved from kernel.h to
kstrtox.h.

So, in order to eventually remove <linux/kernel.h> from <linux/watchdog.h>,
include the latter directly in the appropriate files.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Message-Id: <37daa028845d90ee77f1e547121a051a983fec2e.1667647002.git.christophe.jaillet@wanadoo.fr>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_watchdog.c