_kstrtoul
return _kstrtoul(s, base, res);
int __must_check _kstrtoul(const char *s, unsigned int base, unsigned long *res);
EXPORT_SYMBOL(_kstrtoul);