diff --git a/repos/os/src/drivers/rtc/main.cc b/repos/os/src/drivers/rtc/main.cc index 3ec7897722..f296424a51 100644 --- a/repos/os/src/drivers/rtc/main.cc +++ b/repos/os/src/drivers/rtc/main.cc @@ -83,10 +83,7 @@ class Rtc::Root : public Genode::Root_component : Genode::Root_component(&env.ep().rpc_ep(), &md_alloc), _env(env) - { - /* trigger initial RTC read */ - Rtc::get_time(_env); - } + { } void notify_clients() {