From: Jingoo Han Date: Wed, 11 Sep 2013 21:20:25 +0000 (-0700) Subject: mm: replace strict_strtoul() with kstrtoul() X-Git-Tag: v3.12-rc1~52^2~260 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dbb95f7895e378514ffefa93cc887fb1bc9df94;p=pandora-kernel.git mm: replace strict_strtoul() with kstrtoul() The use of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed