From 6de2a1a7b9e22b267024e9adbb12360ef8139669 Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Mon, 30 Jun 2014 13:46:40 +0530 Subject: [PATCH] staging: emxx_udc: Fix build error MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ‘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-format-patch failed