From: Sven Eckelmann Date: Fri, 23 Jul 2021 17:23:17 +0000 (+0200) Subject: batman-adv: Switch to kstrtox.h for kstrtou64 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=55207227189a07513ba4107d72e256313a66a2f3;p=linux.git batman-adv: Switch to kstrtox.h for kstrtou64 The commit 4c52729377ea ("kernel.h: split out kstrtox() and simple_strtox() to a separate header") moved the kstrtou64 function to a new header called linux/kstrtox.h. Signed-off-by: Sven Eckelmann Signed-off-by: Simon Wunderlich --- diff --git a/net/batman-adv/gateway_common.c b/net/batman-adv/gateway_common.c index fdde305a198ed..9349c76f30c52 100644 --- a/net/batman-adv/gateway_common.c +++ b/net/batman-adv/gateway_common.c @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #include #include