m68k: coldfire: dma_timer: ERROR: "foo __init bar" should be "foo __init bar"

Fix one occurrences of the checkpatch.pl error:
ERROR: "foo __init bar" should be "foo __init bar"

Signed-off-by: Xingwei He <hexingwei001@208suo.com>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>

authored by hexingwei001@208suo.com and committed by Greg Ungerer cf18ecd3 8ad50582

+1 -1
+1 -1
arch/m68k/coldfire/dma_timer.c
··· 48 48 .flags = CLOCK_SOURCE_IS_CONTINUOUS, 49 49 }; 50 50 51 - static int __init init_cf_dt_clocksource(void) 51 + static int __init init_cf_dt_clocksource(void) 52 52 { 53 53 /* 54 54 * We setup DMA timer 0 in free run mode. This incrementing counter is