commit | d355bcb0d82835db142db3c469541c98d5d9091c | [log] [tgz] |
---|---|---|
author | Niklas Cassel <nks@flawful.org> | Thu Sep 22 16:12:48 2016 +0200 |
committer | Jesper Nilsson <jespern@axis.com> | Thu Sep 22 16:26:29 2016 +0200 |
tree | 4a985c272424c9f23be4b7449b7cfc71d509195a | |
parent | 506823f6e7a349ba3f26f03f162733af64c300cc [diff] |
cris: fasttimer: fix mixed declarations and code compile warning arch/cris/arch-v32/kernel/fasttimer.c: In function ‘timer_trig_handler’: arch/cris/arch-v32/kernel/fasttimer.c:353:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] fast_timer_function_type *f; ^ Signed-off-by: Niklas Cassel <nks@flawful.org> Signed-off-by: Jesper Nilsson <jespern@axis.com>