From: Daniel Walter Date: Thu, 26 Jun 2014 00:43:16 +0000 (+1000) Subject: include/linux: remove strict_strto* definitions X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=582e9d37a9a388bad9e520568bd308aa89279f74;p=karo-tx-linux.git include/linux: remove strict_strto* definitions Remove obsolete and unused strict_strto* functions Signed-off-by: Daniel Walter Acked-by: Steven Rostedt Signed-off-by: Andrew Morton --- diff --git a/include/linux/kernel.h b/include/linux/kernel.h index e9892041cb41..6e3d497ac5c3 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h @@ -376,10 +376,6 @@ extern unsigned long simple_strtoul(const char *,char **,unsigned int); extern long simple_strtol(const char *,char **,unsigned int); extern unsigned long long simple_strtoull(const char *,char **,unsigned int); extern long long simple_strtoll(const char *,char **,unsigned int); -#define strict_strtoul kstrtoul -#define strict_strtol kstrtol -#define strict_strtoull kstrtoull -#define strict_strtoll kstrtoll extern int num_to_str(char *buf, int size, unsigned long long num);