summaryrefslogtreecommitdiff
path: root/chip/mt_scp/mt818x/clock_mt8186.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mt_scp/mt818x/clock_mt8186.c')
-rw-r--r--chip/mt_scp/mt818x/clock_mt8186.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/chip/mt_scp/mt818x/clock_mt8186.c b/chip/mt_scp/mt818x/clock_mt8186.c
index cb0d339b5f..eafc5992fd 100644
--- a/chip/mt_scp/mt818x/clock_mt8186.c
+++ b/chip/mt_scp/mt818x/clock_mt8186.c
@@ -376,3 +376,7 @@ static int command_ulposc(int argc, const char *argv[])
}
DECLARE_CONSOLE_COMMAND(ulposc, command_ulposc, "[calibrate]",
"Calibrate ULPOSC frequency");
+
+void clock_enable_module(enum module_id module, int enable)
+{
+}