[PATCH] kernel/resource.c: __check_region(): remove pointless __deprecated
authorAdrian Bunk <bunk@stusta.de>
Tue, 10 Jan 2006 04:54:49 +0000 (20:54 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:02:02 +0000 (08:02 -0800)
commitd974837ae076101d33a59eefc6bfef923eaa0e32
treef9f8de129e0ff6c4df8d34fc06e67d7582b7e807
parent51d53bd3eb82b953bfd58d0e9c935c34dfb34808
[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>
kernel/resource.c