arch/arm/mach-pxa: replace strict_strto call with kstrto
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-pxa / viper.c
index 41f27f667ca89ccebdf0bd9b54b63f34922eb60a..de3b08073fe7604ececdd1e5dc259e0244a53201 100644 (file)
@@ -769,7 +769,7 @@ static unsigned long viper_tpm;
 
 static int __init viper_tpm_setup(char *str)
 {
-       return strict_strtoul(str, 10, &viper_tpm) >= 0;
+       return kstrtoul(str, 10, &viper_tpm) >= 0;
 }
 
 __setup("tpm=", viper_tpm_setup);