[PATCH] The scheduled unexport of insert_resource
Implement the scheduled unexport of insert_resource. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
26865e9c26
commit
cd6ef2ada5
@@ -404,8 +404,6 @@ int insert_resource(struct resource *parent, struct resource *new)
|
||||
return result;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(insert_resource);
|
||||
|
||||
/*
|
||||
* Given an existing resource, change its start and size to match the
|
||||
* arguments. Returns -EBUSY if it can't fit. Existing children of
|
||||
|
Reference in New Issue
Block a user