From: Adrian Bunk Date: Tue, 10 Jan 2006 04:54:49 +0000 (-0800) Subject: [PATCH] kernel/resource.c: __check_region(): remove pointless __deprecated X-Git-Tag: v2.6.16-rc1~478 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d974837ae076101d33a59eefc6bfef923eaa0e32;p=pandora-kernel.git [PATCH] kernel/resource.c: __check_region(): remove pointless __deprecated If a __deprecated is desired it should go to the prototype in the header (where it currently isn't). But at this place it's pointless. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed