summaryrefslogtreecommitdiff
path: root/ports/unix/modtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/modtime.c')
-rw-r--r--ports/unix/modtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/unix/modtime.c b/ports/unix/modtime.c
index 00b3f9436..c9eb09c15 100644
--- a/ports/unix/modtime.c
+++ b/ports/unix/modtime.c
@@ -232,6 +232,6 @@ const mp_obj_module_t mp_module_time = {
.globals = (mp_obj_dict_t *)&mp_module_time_globals,
};
-MP_REGISTER_MODULE(MP_QSTR_utime, mp_module_time, MICROPY_PY_UTIME);
+MP_REGISTER_MODULE(MP_QSTR_utime, mp_module_time);
#endif // MICROPY_PY_UTIME