diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/of_pdt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/of_pdt.h b/include/linux/of_pdt.h index 303c5ffae9b4..0f7d0c56348a 100644 --- a/include/linux/of_pdt.h +++ b/include/linux/of_pdt.h | |||
| @@ -36,7 +36,7 @@ extern void *prom_early_alloc(unsigned long size); | |||
| 36 | /* for building the device tree */ | 36 | /* for building the device tree */ |
| 37 | extern void of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops); | 37 | extern void of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops); |
| 38 | 38 | ||
| 39 | extern void (*prom_build_more)(struct device_node *dp, | 39 | extern void (*of_pdt_build_more)(struct device_node *dp, |
| 40 | struct device_node ***nextp); | 40 | struct device_node ***nextp); |
| 41 | 41 | ||
| 42 | #endif /* _LINUX_OF_PDT_H */ | 42 | #endif /* _LINUX_OF_PDT_H */ |
