Skip to content

Commit

Permalink
lm32: Fix milkymist_timer_init prototype
Browse files Browse the repository at this point in the history
Add the device node parameter.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
  • Loading branch information
larsclausen committed Jul 14, 2013
1 parent 5e45237 commit 4702860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/lm32/platforms/milkymist/time.c
Expand Up @@ -139,7 +139,7 @@ static struct irqaction timer_irqaction = {
.dev_id = &milkymist_clockevent,
};

void __init milkymist_timer_init(void)
void __init milkymist_timer_init(struct device_node *np)
{
int ret;

Expand Down

0 comments on commit 4702860

Please sign in to comment.