From e941b2ada4ef3cad921d0fe87dcc75baf2cdcb73 Mon Sep 17 00:00:00 2001 From: Ondrej Čerman Date: Sat, 16 Oct 2021 22:30:58 +0200 Subject: devices/storage - refactoring - all code that is extending udisks2 information has been moved to separate file. --- modules/devices.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/devices.c') diff --git a/modules/devices.c b/modules/devices.c index 7c8e5006..7a113e32 100644 --- a/modules/devices.c +++ b/modules/devices.c @@ -39,6 +39,7 @@ #include "devices.h" #include "dt_util.h" #include "udisks2_util.h" +#include "pci_util.h" gchar *callback_processors(); gchar *callback_gpu(); @@ -883,6 +884,7 @@ void hi_module_deinit(void) { moreinfo_del_with_prefix("DEV"); sensor_shutdown(); + storage_shutdown(); udisks2_shutdown(); g_module_close(cups); } -- cgit v1.2.3