[PATCH] Remove unused get_resource_list() declaration

From: Bjorn Helgaas
Date: Fri Feb 18 2005 - 18:57:48 EST


Remove unused get_resource_list() declaration.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@xxxxxx>

===== include/linux/ioport.h 1.15 vs edited =====
--- 1.15/include/linux/ioport.h 2004-10-07 20:11:55 -06:00
+++ edited/include/linux/ioport.h 2005-02-15 15:27:49 -07:00
@@ -91,8 +91,6 @@
extern struct resource ioport_resource;
extern struct resource iomem_resource;

-extern int get_resource_list(struct resource *, char *buf, int size);
-
extern int request_resource(struct resource *root, struct resource *new);
extern struct resource * ____request_resource(struct resource *root, struct resource *new);
extern int release_resource(struct resource *new);


-
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/