of: merge of_node_get(), of_node_put() and of_find_all_nodes()
[safe/jmp/linux-2.6] / arch / powerpc / include / asm / prom.h
index d8c0525..622769c 100644 (file)
@@ -34,10 +34,6 @@ extern struct device_node *of_chosen;
 
 #define HAVE_ARCH_DEVTREE_FIXUPS
 
-extern struct device_node *of_find_all_nodes(struct device_node *prev);
-extern struct device_node *of_node_get(struct device_node *node);
-extern void of_node_put(struct device_node *node);
-
 /* For scanning the flat device-tree at boot time */
 extern int __init of_scan_flat_dt(int (*it)(unsigned long node,
                                            const char *uname, int depth,