compat: build kstrtox for kernel < 2.6.25
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 28 Mar 2013 19:18:27 +0000 (20:18 +0100)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 29 Mar 2013 00:31:32 +0000 (17:31 -0700)
commit8ecb0c8fc0b982baafc3e9ec339fe60321879936
tree6533917ea405f91fe86a9f743e9992246383787b
parentfec77e2667fe9326486ce6df9d27a8fce77a048d
compat: build kstrtox for kernel < 2.6.25

strict_strtol with one l is defined in compat-2.6.25.h code now and
this deactivates this check, use strict_strtoll instead.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
compat/kstrtox.c