[2.6 patch] unexport insert_resource

From: Adrian Bunk
Date: Thu Mar 03 2005 - 20:00:31 EST


I didn't find any possible modular usage in the kernel.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.11-rc5-mm1-full/kernel/resource.c.old 2005-03-04 01:01:30.000000000 +0100
+++ linux-2.6.11-rc5-mm1-full/kernel/resource.c 2005-03-04 01:01:42.000000000 +0100
@@ -371,8 +371,6 @@
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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/