Skip to content
Snippets Groups Projects
Commit 19ab6db6 authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: Fix section mismatch warnings in power driver.


Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6bbc0b08
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ static irqreturn_t power_handler(int irq, void *dev_id) ...@@ -23,7 +23,7 @@ static irqreturn_t power_handler(int irq, void *dev_id)
return IRQ_HANDLED; 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) if (irq == 0xffffffff)
return 0; return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment