aboutsummaryrefslogtreecommitdiff
path: root/modules/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/devices.c')
-rw-r--r--modules/devices.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/devices.c b/modules/devices.c
index a2d3d758..578cce3f 100644
--- a/modules/devices.c
+++ b/modules/devices.c
@@ -858,14 +858,14 @@ void hi_module_init(void)
sync_manager_add_entry(&entries[i]);
init_cups();
- sensors_init();
+ sensor_init();
udisks2_init();
}
void hi_module_deinit(void)
{
moreinfo_del_with_prefix("DEV");
- sensors_shutdown();
+ sensor_shutdown();
udisks2_shutdown();
g_module_close(cups);
}