sparc: Move irq_trans_init() and support code into seperate file.

All sparc64 specific, so only build this file on sparc64.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2008-12-05 00:43:03 -08:00
parent efeac2f876
commit 5fce09c6f6
4 changed files with 847 additions and 830 deletions

View File

@@ -9,4 +9,8 @@ extern rwlock_t devtree_lock; /* temporary while merging */
extern void * prom_early_alloc(unsigned long size);
#ifdef CONFIG_SPARC64
extern void irq_trans_init(struct device_node *dp);
#endif
#endif /* __PROM_H */