public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 12/12] [include/linux] Remove strict_strto definitions
@ 2014-05-26 22:17 Daniel Walter
  2014-05-27  3:29 ` Steven Rostedt
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Walter @ 2014-05-26 22:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: rostedt, richard

From: Daniel Walter <dwalter@google.com>
Subject: [PATCH 12/12] [include/linux] remove strict_strto* definitions

Remove obsolete and unused strict_strto* functions

Signed-off-by: Daniel Walter <dwalter@google.com>
---
 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_strtol	kstrtol
-#define strict_strtoull	kstrtoull
-#define strict_strtoll	kstrtoll
 
 extern int num_to_str(char *buf, int size, unsigned long long num);
 
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 12/12] [include/linux] Remove strict_strto definitions
  2014-05-26 22:17 [PATCH 12/12] [include/linux] Remove strict_strto definitions Daniel Walter
@ 2014-05-27  3:29 ` Steven Rostedt
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Rostedt @ 2014-05-27  3:29 UTC (permalink / raw)
  To: Daniel Walter; +Cc: linux-kernel, richard

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

Acked-by: Steven Rostedt <rostedt@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_strtol	kstrtol
> -#define strict_strtoull	kstrtoull
> -#define strict_strtoll	kstrtoll
>  
>  extern int num_to_str(char *buf, int size, unsigned long long num);
>  



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-27  3:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26 22:17 [PATCH 12/12] [include/linux] Remove strict_strto definitions Daniel Walter
2014-05-27  3:29 ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox