sparc: Move 'unique_id' into prom_common.c and rename to 'prom_unique_id'

This will be used in a subsequent changeset.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2008-12-05 00:50:22 -08:00
parent 5fce09c6f6
commit e5ff0fe31d
4 changed files with 7 additions and 8 deletions

View File

@@ -13,4 +13,6 @@ extern void * prom_early_alloc(unsigned long size);
extern void irq_trans_init(struct device_node *dp);
#endif
extern unsigned int prom_unique_id;
#endif /* __PROM_H */