diff options
Diffstat (limited to 'arch/powerpc/include/asm/prom.h')
-rw-r--r-- | arch/powerpc/include/asm/prom.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/prom.h b/arch/powerpc/include/asm/prom.h index d8c0525c3139..622769cd1d62 100644 --- a/arch/powerpc/include/asm/prom.h +++ b/arch/powerpc/include/asm/prom.h | |||
@@ -34,10 +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 | extern struct device_node *of_find_all_nodes(struct device_node *prev); | ||
38 | extern struct device_node *of_node_get(struct device_node *node); | ||
39 | extern void of_node_put(struct device_node *node); | ||
40 | |||
41 | /* For scanning the flat device-tree at boot time */ | 37 | /* For scanning the flat device-tree at boot time */ |
42 | extern int __init of_scan_flat_dt(int (*it)(unsigned long node, | 38 | extern int __init of_scan_flat_dt(int (*it)(unsigned long node, |
43 | const char *uname, int depth, | 39 | const char *uname, int depth, |