]> git.baikalelectronics.ru Git - kernel.git/commit
h8300/uaccess: add mising __clear_user()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 11 Jul 2012 21:02:28 +0000 (14:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Jul 2012 23:04:46 +0000 (16:04 -0700)
commitc1d0977d19a1a1b5a98b434f52c6ec991c786a3d
tree4cde1764caa9b7d1e2e4bf4719696de2ac65fec3
parent8d8edc0dffc65ab8e5293e31a9e041c30ba6bd32
h8300/uaccess: add mising __clear_user()

Fix the build error:

  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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/h8300/include/asm/uaccess.h