]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] uml: __deprecated makes build unnecessarily noisy
authorJeff Dike <jdike@addtoit.com>
Sat, 7 May 2005 04:30:43 +0000 (21:30 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 7 May 2005 05:09:28 +0000 (22:09 -0700)
commit3ff81eb6e8f24710d0090b2b753375b41170fdcd
tree59566a214a4930904ac93c6d9f8ecd834574f70f
parentd80e45c39c5b50aa4dc5f029f33770ddbe37915d
[PATCH] uml: __deprecated makes build unnecessarily noisy

Remove the __deprecated from verify_area_skas and verify_area_tt.  Since
verify_area is itself marked __deprecated, and it is the only caller of
these, then they don't need to be marked.  Marking them only makes the
build noisier.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/kernel/skas/include/uaccess-skas.h
arch/um/kernel/tt/include/uaccess-tt.h