strict_strtol with one l is defined in compat-2.6.25.h code now and this deactivates this check, use strict_strtoll instead. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- compat/kstrtox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/kstrtox.c b/compat/kstrtox.c index 266ffbc..fdbc56e 100644 --- a/compat/kstrtox.c +++ b/compat/kstrtox.c @@ -17,7 +17,7 @@ * version included in compat-drivers. We use strict_strtol to check if * kstrto* is already available. */ -#ifndef strict_strtol +#ifndef strict_strtoll #include <linux/ctype.h> #include <linux/errno.h> -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html