commit | 25f986887dd54a93edcc5cb499b2e42f4d9c359c | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sun Nov 06 20:34:16 2022 +0100 |
committer | Guenter Roeck <linux@roeck-us.net> | Sun Dec 04 16:45:02 2022 -0800 |
tree | 6cc3903df75ea1dd1b8af9772acbb01fd8e96c75 | |
parent | c1cb98c55f470447479298aaec7f92219562613e [diff] |
hwmon: 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/51688cf50bda44e2731381a31287c62319388783.1667763218.git.christophe.jaillet@wanadoo.fr Signed-off-by: Guenter Roeck <linux@roeck-us.net>