diff options
| author | Adrian Bunk <bunk@stusta.de> | 2006-01-09 23:54:49 -0500 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 11:02:02 -0500 | 
| commit | d974837ae076101d33a59eefc6bfef923eaa0e32 (patch) | |
| tree | f9f8de129e0ff6c4df8d34fc06e67d7582b7e807 | |
| parent | 51d53bd3eb82b953bfd58d0e9c935c34dfb34808 (diff) | |
[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>
| -rw-r--r-- | kernel/resource.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/resource.c b/kernel/resource.c index 92285d822de6..e3080fcc66a3 100644 --- a/kernel/resource.c +++ b/kernel/resource.c  | |||
| @@ -464,7 +464,7 @@ struct resource * __request_region(struct resource *parent, unsigned long start, | |||
| 464 | 464 | ||
| 465 | EXPORT_SYMBOL(__request_region); | 465 | EXPORT_SYMBOL(__request_region); | 
| 466 | 466 | ||
| 467 | int __deprecated __check_region(struct resource *parent, unsigned long start, unsigned long n) | 467 | int __check_region(struct resource *parent, unsigned long start, unsigned long n) | 
| 468 | { | 468 | { | 
| 469 | struct resource * res; | 469 | struct resource * res; | 
| 470 | 470 | ||
