Re: [PATCH 12/12] [include/linux] Remove strict_strto definitions

2014-05-26 Thread Steven Rostedt
On Mon, 2014-05-26 at 23:17 +0100, Daniel Walter wrote:
> From: Daniel Walter 
> Subject: [PATCH 12/12] [include/linux] remove strict_strto* definitions
> 
> Remove obsolete and unused strict_strto* functions
> 
> Signed-off-by: Daniel Walter 

Acked-by: Steven Rostedt 

-- Steve

> ---
>  include/linux/kernel.h | 4 
>  1 file changed, 4 deletions(-)
> 
> diff --git a/include/linux/kernel.h b/include/linux/kernel.h
> index 4c52907..a39043c 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_strtolkstrtol
> -#define strict_strtoull  kstrtoull
> -#define strict_strtoll   kstrtoll
>  
>  extern int num_to_str(char *buf, int size, unsigned long long num);
>  


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 12/12] [include/linux] Remove strict_strto definitions

2014-05-26 Thread Steven Rostedt
On Mon, 2014-05-26 at 23:17 +0100, Daniel Walter wrote:
 From: Daniel Walter dwal...@google.com
 Subject: [PATCH 12/12] [include/linux] remove strict_strto* definitions
 
 Remove obsolete and unused strict_strto* functions
 
 Signed-off-by: Daniel Walter dwal...@google.com

Acked-by: Steven Rostedt rost...@goodmis.org

-- Steve

 ---
  include/linux/kernel.h | 4 
  1 file changed, 4 deletions(-)
 
 diff --git a/include/linux/kernel.h b/include/linux/kernel.h
 index 4c52907..a39043c 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_strtolkstrtol
 -#define strict_strtoull  kstrtoull
 -#define strict_strtoll   kstrtoll
  
  extern int num_to_str(char *buf, int size, unsigned long long num);
  


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/