From: Jingoo Han Date: Fri, 19 Jul 2013 07:16:56 +0000 (+0900) Subject: macintosh/ams: Replace strict_strtoul() with kstrtoul() X-Git-Tag: v3.12-rc1~123^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7033b64b48a3eafdd5d5f541ff6ccb96f69d9911;p=pandora-kernel.git macintosh/ams: 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: Benjamin Herrenschmidt --- Reading git-diff-tree failed