[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 <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Adrian Bunk and committed by
Linus Torvalds
d974837a 51d53bd3

+1 -1
+1 -1
kernel/resource.c
··· 464 465 EXPORT_SYMBOL(__request_region); 466 467 - int __deprecated __check_region(struct resource *parent, unsigned long start, unsigned long n) 468 { 469 struct resource * res; 470
··· 464 465 EXPORT_SYMBOL(__request_region); 466 467 + int __check_region(struct resource *parent, unsigned long start, unsigned long n) 468 { 469 struct resource * res; 470