diff options
Diffstat (limited to 'include/linux/of_fdt.h')
-rw-r--r-- | include/linux/of_fdt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/of_fdt.h b/include/linux/of_fdt.h index 8118d4559dd5..fbf29610616d 100644 --- a/include/linux/of_fdt.h +++ b/include/linux/of_fdt.h | |||
@@ -85,7 +85,7 @@ extern int early_init_dt_scan_root(unsigned long node, const char *uname, | |||
85 | extern void finish_device_tree(void); | 85 | extern void finish_device_tree(void); |
86 | extern void unflatten_device_tree(void); | 86 | extern void unflatten_device_tree(void); |
87 | extern void early_init_devtree(void *); | 87 | extern void early_init_devtree(void *); |
88 | extern int machine_is_compatible(const char *compat); | 88 | extern int of_machine_is_compatible(const char *compat); |
89 | extern void print_properties(struct device_node *node); | 89 | extern void print_properties(struct device_node *node); |
90 | extern int prom_n_intr_cells(struct device_node* np); | 90 | extern int prom_n_intr_cells(struct device_node* np); |
91 | extern void prom_get_irq_senses(unsigned char *senses, int off, int max); | 91 | extern void prom_get_irq_senses(unsigned char *senses, int off, int max); |