Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d974837a authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[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: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 51d53bd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -464,7 +464,7 @@ struct resource * __request_region(struct resource *parent, unsigned long start,

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;