diff options
author | 2021-08-30 14:56:06 +0200 | |
---|---|---|
committer | 2021-08-30 14:56:06 +0200 | |
commit | 71af75b6929458d85f63c0649dc26d6f4c19729e (patch) | |
tree | c05c57903424d8270f6b6f3ec3493791fdba4e5c /lib/parser.c | |
parent | lib/test_scanf: Handle n_bits == 0 in random tests (diff) | |
parent | printk/index: Fix -Wunused-function warning (diff) | |
download | linux-dev-71af75b6929458d85f63c0649dc26d6f4c19729e.tar.xz linux-dev-71af75b6929458d85f63c0649dc26d6f4c19729e.zip |
Merge branch 'for-5.15-printk-index' into for-linus
Diffstat (limited to 'lib/parser.c')
-rw-r--r-- | lib/parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/parser.c b/lib/parser.c index f1a6d90b8c34..bcb23484100e 100644 --- a/lib/parser.c +++ b/lib/parser.c @@ -6,6 +6,7 @@ #include <linux/ctype.h> #include <linux/types.h> #include <linux/export.h> +#include <linux/kstrtox.h> #include <linux/parser.h> #include <linux/slab.h> #include <linux/string.h> |