aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of_pdt.h
diff options
context:
space:
mode:
authorAndres Salomon <dilinger@queued.net>2010-10-10 21:51:25 -0600
committerGrant Likely <grant.likely@secretlab.ca>2010-10-12 21:58:00 -0600
commited41850298f7a55519de0b8573e217ed8a45c199 (patch)
tree91cfaefe78cf4a59366274c82f7504696d7f3284 /include/linux/of_pdt.h
parentof/promtree: no longer call prom_ functions directly; use an ops structure (diff)
downloadlinux-dev-ed41850298f7a55519de0b8573e217ed8a45c199.tar.xz
linux-dev-ed41850298f7a55519de0b8573e217ed8a45c199.zip
of/promtree: add of_pdt namespace to pdt code
For symbols still lacking namespace qualifiers, add an of_pdt_ prefix. Signed-off-by: Andres Salomon <dilinger@queued.net> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'include/linux/of_pdt.h')
-rw-r--r--include/linux/of_pdt.h2
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);
/* for building the device tree */
extern void of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops);
-extern void (*prom_build_more)(struct device_node *dp,
+extern void (*of_pdt_build_more)(struct device_node *dp,
struct device_node ***nextp);
#endif /* _LINUX_OF_PDT_H */