summaryrefslogtreecommitdiff
path: root/chip/mt_scp/mt8183/hrtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mt_scp/mt8183/hrtimer.c')
-rw-r--r--chip/mt_scp/mt8183/hrtimer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/mt_scp/mt8183/hrtimer.c b/chip/mt_scp/mt8183/hrtimer.c
index f970af6eb5..92887af2a7 100644
--- a/chip/mt_scp/mt8183/hrtimer.c
+++ b/chip/mt_scp/mt8183/hrtimer.c
@@ -242,8 +242,8 @@ static void __hw_clock_source_irq(int n)
}
#define DECLARE_TIMER_IRQ(n) \
- void __hw_clock_source_irq_##n(void) { __hw_clock_source_irq(n); } \
- DECLARE_IRQ(IRQ_TIMER(n), __hw_clock_source_irq_##n, 2)
+ DECLARE_IRQ(IRQ_TIMER(n), __hw_clock_source_irq_##n, 2); \
+ void __hw_clock_source_irq_##n(void) { __hw_clock_source_irq(n); }
DECLARE_TIMER_IRQ(0);
DECLARE_TIMER_IRQ(1);