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>
This commit is contained in:

committed by
Grant Likely

parent
f90c34bd65
commit
ed41850298
@@ -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 */
|
||||
|
Reference in New Issue
Block a user