All of lore.kernel.org
 help / color / mirror / Atom feed
* [-] remove-strict_strto-definitions.patch removed from -mm tree
@ 2014-06-23 23:16 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2014-06-23 23:16 UTC (permalink / raw)
  To: dwalter, rostedt, mm-commits


The patch titled
     Subject: include/linux/kernel.h: remove strict_strto* definitions
has been removed from the -mm tree.  Its filename was
     remove-strict_strto-definitions.patch

This patch was dropped because whoops

------------------------------------------------------
From: Daniel Walter <dwalter@google.com>
Subject: include/linux/kernel.h: remove strict_strto* definitions

Remove obsolete and unused strict_strto* macros.

Signed-off-by: Daniel Walter <dwalter@google.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/kernel.h |    4 ----
 1 file changed, 4 deletions(-)

diff -puN include/linux/kernel.h~remove-strict_strto-definitions include/linux/kernel.h
--- a/include/linux/kernel.h~remove-strict_strto-definitions
+++ a/include/linux/kernel.h
@@ -376,10 +376,6 @@ extern unsigned long simple_strtoul(cons
 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);
 
_

Patches currently in -mm which might be from dwalter@google.com are



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-23 23:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-23 23:16 [-] remove-strict_strto-definitions.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.