Skip to content

Commit

Permalink
clocksource: mxs_timer: Add semicolon at end of line
Browse files Browse the repository at this point in the history
Fix the following build error:

drivers/clocksource/mxs_timer.c:304:1: error: expected ',' or ';' at end of input

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Fabio Estevam authored and Shawn Guo committed Apr 3, 2013
1 parent 0b48d3a commit e933a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clocksource/mxs_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,4 @@ static void __init mxs_timer_init(struct device_node *np)
irq = irq_of_parse_and_map(np, 0);
setup_irq(irq, &mxs_timer_irq);
}
CLOCKSOURCE_OF_DECLARE(mxs, "fsl,timrot", mxs_timer_init)
CLOCKSOURCE_OF_DECLARE(mxs, "fsl,timrot", mxs_timer_init);

0 comments on commit e933a1a

Please sign in to comment.