Skip to content

Commit 5520722

Browse files
ecsvsimonwunderlich
authored andcommitted
batman-adv: Switch to kstrtox.h for kstrtou64
The commit 4c52729 ("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 <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
1 parent 3baa9f5 commit 5520722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/batman-adv/gateway_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <linux/atomic.h>
1111
#include <linux/byteorder/generic.h>
1212
#include <linux/errno.h>
13-
#include <linux/kernel.h>
13+
#include <linux/kstrtox.h>
1414
#include <linux/limits.h>
1515
#include <linux/math64.h>
1616
#include <linux/netdevice.h>

0 commit comments

Comments
 (0)