aboutsummaryrefslogtreecommitdiff
path: root/src/lib/time/time_sys.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/time/time_sys.c')
-rw-r--r--src/lib/time/time_sys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/time/time_sys.c b/src/lib/time/time_sys.c
index 044d328f81..1c1bc4cd18 100644
--- a/src/lib/time/time_sys.c
+++ b/src/lib/time/time_sys.c
@@ -20,6 +20,7 @@ subsys_time_initialize(void)
const subsys_fns_t sys_time = {
.name = "time",
+ SUBSYS_DECLARE_LOCATION(),
/* Monotonic time depends on logging, and a lot of other modules depend on
* monotonic time. */
.level = -80,