diff options
Diffstat (limited to 'drivers/sound/sys_timer.c')
-rw-r--r-- | drivers/sound/sys_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sound/sys_timer.c b/drivers/sound/sys_timer.c index 88a4aaf1c..2d0cc953f 100644 --- a/drivers/sound/sys_timer.c +++ b/drivers/sound/sys_timer.c @@ -29,7 +29,7 @@ static void poll_def_tmr(unsigned long dummy); static struct timer_list def_tmr = -{NULL, NULL, 0, 0, poll_def_tmr}; +{function: poll_def_tmr}; static unsigned long tmr2ticks(int tmr_value) |