From: Anil Belur Date: Thu, 19 Jun 2014 15:02:08 +0000 (+1000) Subject: staging: lustre: ldlm: ldlm_resource.c replace obsolete function with kstrtoul() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1689 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae59720b3af7928bdfb6bb7bfb47315fea2f57e8;p=pandora-kernel.git staging: lustre: ldlm: ldlm_resource.c replace obsolete function with kstrtoul() - this change fixes the warning "WARNING: simple_strtoul is obsolete, use kstrtoul instead" - removed the unused var 'end' as this is no longer required for kstrtoul() Signed-off-by: Anil Belur Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed