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

Commit 24105748 authored by Cong Wang's avatar Cong Wang Committed by Jiri Kosina
Browse files

kernel/resource.c: move EXPORT_SYMBOL right after definition



EXPORT_SYMBOL(adjust_resource) should be right after adjust_resource().

Signed-off-by: default avatarWANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 7ce6e52e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -749,6 +749,7 @@ int adjust_resource(struct resource *res, resource_size_t start, resource_size_t
	write_unlock(&resource_lock);
	return result;
}
EXPORT_SYMBOL(adjust_resource);

static void __init __reserve_region_with_split(struct resource *root,
		resource_size_t start, resource_size_t end,
@@ -792,8 +793,6 @@ void __init reserve_region_with_split(struct resource *root,
	write_unlock(&resource_lock);
}

EXPORT_SYMBOL(adjust_resource);

/**
 * resource_alignment - calculate resource's alignment
 * @res: resource pointer