Merge branch 'pcmcia' of git://git.linaro.org/people/rmk/linux-arm
[deliverable/linux.git] / kernel / resource.c
index 7640b3a947d03aac578bee5849324843a0866798..7e8ea66a8c016ffc934997256835f3fdc735f2f8 100644 (file)
@@ -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
This page took 0.02604 seconds and 5 git commands to generate.