From: Jingoo Han Date: Sat, 1 Jun 2013 07:25:25 +0000 (+0900) Subject: PCI: Replace strict_strtoul() with kstrtoul() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~18^2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a994e8ec7e7d6b1a66c74a683596b0f38f4e345;p=pandora-kernel.git PCI: Replace strict_strtoul() with kstrtoul() The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. [bhelgaas: "#define strict_strtoul kstrtoul", so no functional change] Signed-off-by: Jingoo Han Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed