From: Jeff Dike Date: Sat, 7 May 2005 04:30:43 +0000 (-0700) Subject: [PATCH] uml: __deprecated makes build unnecessarily noisy X-Git-Tag: v2.6.12-rc4~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2a0f8b9301ca34034c4a2ec09a09ff4677e83dd;p=pandora-kernel.git [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 Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed