Commit 19ab6db6 authored by David S. Miller's avatar David S. Miller

sparc64: Fix section mismatch warnings in power driver.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment