aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/microblaze/include/asm/prom.h11
-rw-r--r--arch/powerpc/include/asm/prom.h10
2 files changed, 0 insertions, 21 deletions
diff --git a/arch/microblaze/include/asm/prom.h b/arch/microblaze/include/asm/prom.h
index c92b4a9e4397..be4db2a22245 100644
--- a/arch/microblaze/include/asm/prom.h
+++ b/arch/microblaze/include/asm/prom.h
@@ -40,17 +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
43/* For scanning the flat device-tree at boot time */
44extern int __init of_scan_flat_dt(int (*it)(unsigned long node,
45 const char *uname, int depth,
46 void *data),
47 void *data);
48extern void *__init of_get_flat_dt_prop(unsigned long node, const char *name,
49 unsigned long *size);
50extern int __init
51 of_flat_dt_is_compatible(unsigned long node, const char *name);
52extern unsigned long __init of_get_flat_dt_root(void);
53
54/* For updating the device tree at runtime */ 43/* For updating the device tree at runtime */
55extern void of_attach_node(struct device_node *); 44extern void of_attach_node(struct device_node *);
56extern void of_detach_node(struct device_node *); 45extern void of_detach_node(struct device_node *);
diff --git a/arch/powerpc/include/asm/prom.h b/arch/powerpc/include/asm/prom.h
index 622769cd1d62..c8b59330b04a 100644
--- a/arch/powerpc/include/asm/prom.h
+++ b/arch/powerpc/include/asm/prom.h
@@ -34,16 +34,6 @@ extern struct device_node *of_chosen;
34 34
35#define HAVE_ARCH_DEVTREE_FIXUPS 35#define HAVE_ARCH_DEVTREE_FIXUPS
36 36
37/* For scanning the flat device-tree at boot time */
38extern int __init of_scan_flat_dt(int (*it)(unsigned long node,
39 const char *uname, int depth,
40 void *data),
41 void *data);
42extern void* __init of_get_flat_dt_prop(unsigned long node, const char *name,
43 unsigned long *size);
44extern int __init of_flat_dt_is_compatible(unsigned long node, const char *name);
45extern unsigned long __init of_get_flat_dt_root(void);
46
47/* For updating the device tree at runtime */ 37/* For updating the device tree at runtime */
48extern void of_attach_node(struct device_node *); 38extern void of_attach_node(struct device_node *);
49extern void of_detach_node(struct device_node *); 39extern void of_detach_node(struct device_node *);