From: Jingoo Han Date: Mon, 22 Jul 2013 01:18:15 +0000 (+0900) Subject: s390: replace strict_strtoul() with kstrtoul() X-Git-Tag: v3.12-rc1~187^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0178722be9ed575d1724f6b815b7a1eb74b1ccb7;p=pandora-kernel.git s390: replace strict_strtoul() with kstrtoul() The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed