]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: emxx_udc: Fix build error
authorSachin Kamat <sachin.kamat@samsung.com>
Mon, 30 Jun 2014 08:16:40 +0000 (13:46 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jul 2014 18:49:15 +0000 (11:49 -0700)
commit6de2a1a7b9e22b267024e9adbb12360ef8139669
tree020a7a152b53ae36df6b0d897a4d42513edcc450
parent4fb6a37c3f94c1cb4b828bfcc4347771e1628f88
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 <sachin.kamat@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/emxx_udc/emxx_udc.c