From: Sachin Kamat Date: Mon, 30 Jun 2014 08:16:40 +0000 (+0530) Subject: staging: emxx_udc: Fix build error X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6de2a1a7b9e22b267024e9adbb12360ef8139669;p=pandora-kernel.git staging: emxx_udc: Fix build error ‘strict_strtol’ is deprecated. Use kstrtol instead. Fixes the following build error: drivers/staging/emxx_udc/emxx_udc.c:3288:3: error: implicit declaration of function ‘strict_strtol’ Signed-off-by: Sachin Kamat Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed