From: Jingoo Han Date: Wed, 3 Jul 2013 22:07:58 +0000 (-0700) Subject: drivers/rtc/rtc-pcf2123.c: replace strict_strtoul() with kstrtoul() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~17^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c5591c1eee54b7775ea63635ae310a29f0207bb;p=pandora-kernel.git drivers/rtc/rtc-pcf2123.c: 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 Reviewed-by: Andy Shevchenko Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed