提交 b2078fa2 编写于 作者: P Paul Mundt

sh: Kill off dead ipr_irq_demux().

Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 b46378bc
...@@ -49,7 +49,6 @@ static void enable_ipr_irq(unsigned int irq) ...@@ -49,7 +49,6 @@ static void enable_ipr_irq(unsigned int irq)
* bits/4. This is to make it easier to read the value directly from the * bits/4. This is to make it easier to read the value directly from the
* datasheets. The IPR address is calculated using the ipr_offset table. * datasheets. The IPR address is calculated using the ipr_offset table.
*/ */
void register_ipr_controller(struct ipr_desc *desc) void register_ipr_controller(struct ipr_desc *desc)
{ {
int i; int i;
...@@ -71,12 +70,4 @@ void register_ipr_controller(struct ipr_desc *desc) ...@@ -71,12 +70,4 @@ void register_ipr_controller(struct ipr_desc *desc)
disable_ipr_irq(p->irq); disable_ipr_irq(p->irq);
} }
} }
EXPORT_SYMBOL(register_ipr_controller); EXPORT_SYMBOL(register_ipr_controller);
#if !defined(CONFIG_CPU_HAS_PINT_IRQ)
int ipr_irq_demux(int irq)
{
return irq;
}
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册