rtc: Include <linux/kstrtox.h> when appropriate
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 6 Nov 2022 08:00:51 +0000 (09:00 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 15 Nov 2022 20:01:51 +0000 (21:01 +0100)
commite59b3c730b44f042540319d62cba73054fd928c8
treeaef4f1c277f1b590405cf2f5c03b8d03c4e6a4c6
parent8d816c1eaa752546fa3221f5027af0a667ff0c8f
rtc: Include <linux/kstrtox.h> when appropriate

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

So, include the latter directly in the appropriate files.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/786421fd0435a32206288904a1f879436a717529.1667721637.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-abx80x.c
drivers/rtc/rtc-bq32k.c
drivers/rtc/rtc-ds1307.c
drivers/rtc/rtc-rv3029c2.c
drivers/rtc/rtc-rx8025.c
drivers/rtc/sysfs.c