From a7fd0d9ffd32d99255d18aadc88a5ccfb1b09986 Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Mon, 2 May 2011 21:33:49 +0000 Subject: lib, vsprintf: introduce strict_strtoul as checkpatch proposes to use strict_strtoul instead of simple_strtoul, introduce it. Ported this function from Linux 2.6.38 commit ID: 521cb40b0c44418a4fd36dc633f575813d59a43d Signed-off-by: Heiko Schocher cc: Wolfgang Denk cc: Detlev Zundel cc: Valentin Longchamp cc: Holger Brunck Signed-off-by: Valentin Longchamp --- include/_exports.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/_exports.h') diff --git a/include/_exports.h b/include/_exports.h index d89b65be66..349a3c5522 100644 --- a/include/_exports.h +++ b/include/_exports.h @@ -19,6 +19,7 @@ EXPORT_FUNC(do_reset) EXPORT_FUNC(getenv) EXPORT_FUNC(setenv) EXPORT_FUNC(simple_strtoul) +EXPORT_FUNC(strict_strtoul) EXPORT_FUNC(simple_strtol) EXPORT_FUNC(strcmp) EXPORT_FUNC(i2c_write) -- cgit v1.2.1