提交 5fce09c6 编写于 作者: D David S. Miller

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

All sparc64 specific, so only build this file on sparc64.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 efeac2f8
......@@ -38,6 +38,7 @@ obj-$(CONFIG_SPARC32) += muldiv.o
obj-y += prom_common.o
obj-y += prom_$(BITS).o
obj-y += of_device_$(BITS).o
obj-$(CONFIG_SPARC64) += prom_irqtrans.o
obj-$(CONFIG_SPARC64) += reboot.o
obj-$(CONFIG_SPARC64) += sysfs.o
......
......@@ -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 */
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册