1
0
Fork 0

clocksource: mxs_timer: Add semicolon at end of line

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>
hifive-unleashed-5.1
Fabio Estevam 2013-04-02 13:30:32 -03:00 committed by Shawn Guo
parent 0b48d3a6fb
commit e933a1a12a
1 changed files with 1 additions and 1 deletions

View File

@ -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);