summaryrefslogtreecommitdiff
path: root/chip/mt_scp/mt8183/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mt_scp/mt8183/clock.c')
-rw-r--r--chip/mt_scp/mt8183/clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/mt_scp/mt8183/clock.c b/chip/mt_scp/mt8183/clock.c
index 066e269579..1af0a3b893 100644
--- a/chip/mt_scp/mt8183/clock.c
+++ b/chip/mt_scp/mt8183/clock.c
@@ -339,7 +339,7 @@ void scp_enable_clock(void)
}
DECLARE_IRQ(SCP_IRQ_CLOCK, clock_control_irq, 3);
-void clock_control_irq(void)
+static void clock_control_irq(void)
{
/* Read ack CLK_IRQ */
(SCP_CLK_IRQ_ACK);
@@ -347,7 +347,7 @@ void clock_control_irq(void)
}
DECLARE_IRQ(SCP_IRQ_CLOCK2, clock_fast_wakeup_irq, 3);
-void clock_fast_wakeup_irq(void)
+static void clock_fast_wakeup_irq(void)
{
/* Ack fast wakeup */
SCP_SLEEP_IRQ2 = 1;