From: Adrian Bunk 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 --- kernel/resource.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/resource.c~kernel-resourcec-__check_region-remove-pointless-__deprecated kernel/resource.c --- devel/kernel/resource.c~kernel-resourcec-__check_region-remove-pointless-__deprecated 2005-12-12 19:11:34.000000000 -0800 +++ devel-akpm/kernel/resource.c 2005-12-12 19:11:34.000000000 -0800 @@ -466,7 +466,7 @@ struct resource * __request_region(struc EXPORT_SYMBOL(__request_region); -int __deprecated __check_region(struct resource *parent, unsigned long start, unsigned long n) +int __check_region(struct resource *parent, unsigned long start, unsigned long n) { struct resource * res; _