diff options
Diffstat (limited to 'arch/powerpc/include/asm/prom.h')
-rw-r--r-- | arch/powerpc/include/asm/prom.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/powerpc/include/asm/prom.h b/arch/powerpc/include/asm/prom.h index c8b59330b04a..2ab9cbd98826 100644 --- a/arch/powerpc/include/asm/prom.h +++ b/arch/powerpc/include/asm/prom.h | |||
@@ -38,20 +38,6 @@ extern struct device_node *of_chosen; | |||
38 | extern void of_attach_node(struct device_node *); | 38 | extern void of_attach_node(struct device_node *); |
39 | extern void of_detach_node(struct device_node *); | 39 | extern void of_detach_node(struct device_node *); |
40 | 40 | ||
41 | /* Other Prototypes */ | ||
42 | extern void finish_device_tree(void); | ||
43 | extern void unflatten_device_tree(void); | ||
44 | extern void early_init_devtree(void *); | ||
45 | extern int machine_is_compatible(const char *compat); | ||
46 | extern void print_properties(struct device_node *node); | ||
47 | extern int prom_n_intr_cells(struct device_node* np); | ||
48 | extern void prom_get_irq_senses(unsigned char *senses, int off, int max); | ||
49 | extern int prom_add_property(struct device_node* np, struct property* prop); | ||
50 | extern int prom_remove_property(struct device_node *np, struct property *prop); | ||
51 | extern int prom_update_property(struct device_node *np, | ||
52 | struct property *newprop, | ||
53 | struct property *oldprop); | ||
54 | |||
55 | #ifdef CONFIG_PPC32 | 41 | #ifdef CONFIG_PPC32 |
56 | /* | 42 | /* |
57 | * PCI <-> OF matching functions | 43 | * PCI <-> OF matching functions |