All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] h8300-uaccess-add-mising-__clear_user.patch removed from -mm tree
@ 2012-07-12 19:37 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2012-07-12 19:37 UTC (permalink / raw)
  To: geert, tony, ysato, mm-commits


The patch titled
     Subject: h8300/uaccess: add mising __clear_user()
has been removed from the -mm tree.  Its filename was
     h8300-uaccess-add-mising-__clear_user.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Geert Uytterhoeven <geert@linux-m68k.org>
Subject: h8300/uaccess: add mising __clear_user()

include/linux/regset.h: In function 'user_regset_copyout_zero':
include/linux/regset.h:289:3: error: implicit declaration of function '__clear_user' [-Werror=implicit-function-declaration]

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/h8300/include/asm/uaccess.h |    2 ++
 1 file changed, 2 insertions(+)

diff -puN arch/h8300/include/asm/uaccess.h~h8300-uaccess-add-mising-__clear_user arch/h8300/include/asm/uaccess.h
--- a/arch/h8300/include/asm/uaccess.h~h8300-uaccess-add-mising-__clear_user
+++ a/arch/h8300/include/asm/uaccess.h
@@ -158,4 +158,6 @@ clear_user(void *to, unsigned long n)
 	return 0;
 }
 
+#define __clear_user	clear_user
+
 #endif /* _H8300_UACCESS_H */
_

Patches currently in -mm which might be from geert@linux-m68k.org are

origin.patch
linux-next.patch
frv-kill-used-but-uninitialized-variable.patch


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

only message in thread, other threads:[~2012-07-12 19:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-12 19:37 [merged] h8300-uaccess-add-mising-__clear_user.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.