From: Jingoo Han Date: Fri, 19 Jul 2013 07:20:15 +0000 (+0900) Subject: xen: replace strict_strtoul() with kstrtoul() X-Git-Tag: v3.12-rc1~144^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3dbd93db54f477e066926394e3e4ae3ac06cd3b;p=pandora-kernel.git xen: 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: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed