aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/include')
-rw-r--r--arch/microblaze/include/asm/prom.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/microblaze/include/asm/prom.h b/arch/microblaze/include/asm/prom.h
index d4f57ffdae3f..c92b4a9e4397 100644
--- a/arch/microblaze/include/asm/prom.h
+++ b/arch/microblaze/include/asm/prom.h
@@ -40,10 +40,6 @@ extern struct device_node *of_chosen;
40extern struct device_node *allnodes; /* temporary while merging */ 40extern struct device_node *allnodes; /* temporary while merging */
41extern rwlock_t devtree_lock; /* temporary while merging */ 41extern rwlock_t devtree_lock; /* temporary while merging */
42 42
43extern struct device_node *of_find_all_nodes(struct device_node *prev);
44extern struct device_node *of_node_get(struct device_node *node);
45extern void of_node_put(struct device_node *node);
46
47/* For scanning the flat device-tree at boot time */ 43/* For scanning the flat device-tree at boot time */
48extern int __init of_scan_flat_dt(int (*it)(unsigned long node, 44extern int __init of_scan_flat_dt(int (*it)(unsigned long node,
49 const char *uname, int depth, 45 const char *uname, int depth,