mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
[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>
This commit is contained in:
parent
51d53bd3eb
commit
d974837ae0
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ struct resource * __request_region(struct resource *parent, unsigned long start,
|
||||||
|
|
||||||
EXPORT_SYMBOL(__request_region);
|
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;
|
struct resource * res;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue