提交 19ab6db6 编写于 作者: D David S. Miller

sparc64: Fix section mismatch warnings in power driver.

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 6bbc0b08
......@@ -23,7 +23,7 @@ static irqreturn_t power_handler(int irq, void *dev_id)
return IRQ_HANDLED;
}
static int __init has_button_interrupt(unsigned int irq, struct device_node *dp)
static int __devinit has_button_interrupt(unsigned int irq, struct device_node *dp)
{
if (irq == 0xffffffff)
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册