aboutsummaryrefslogtreecommitdiff
path: root/lib/kstrtox.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kstrtox.h')
-rw-r--r--lib/kstrtox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/kstrtox.h b/lib/kstrtox.h
index f13eeeaf441d..7b1f447cbcc1 100644
--- a/lib/kstrtox.h
+++ b/lib/kstrtox.h
@@ -2,7 +2,6 @@
#define _LIB_KSTRTOX_H
#define KSTRTOX_OVERFLOW (1U << 31)
-const char *_parse_integer_fixup_radix(const char *s, unsigned int *base);
unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *res);
#endif