sparc: Move create_node() and friends into prom_common.c

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2008-12-05 01:10:18 -08:00
parent 06c0db7221
commit 7d9439d50b
4 changed files with 42 additions and 78 deletions

View File

@@ -15,6 +15,7 @@ extern void irq_trans_init(struct device_node *dp);
extern unsigned int prom_unique_id;
extern struct property * __init build_prop_list(phandle node);
extern struct device_node * __init create_node(phandle node,
struct device_node *parent);
#endif /* __PROM_H */