aboutsummaryrefslogtreecommitdiff
path: root/modules/devices.c
diff options
context:
space:
mode:
authorOndrej Čerman <ondrej.cerman@gmail.com>2021-10-16 22:30:58 +0200
committerOndrej Čerman <ondrej.cerman@gmail.com>2021-10-17 22:26:13 +0200
commite941b2ada4ef3cad921d0fe87dcc75baf2cdcb73 (patch)
treeea9b43f9c8be4469cf7c10a73b62504e579c5990 /modules/devices.c
parent7d647c8eafb9d408f8984c24774e2c1e3339cca0 (diff)
devices/storage - refactoring - all code that is extending udisks2 information has been moved to separate file.
Diffstat (limited to 'modules/devices.c')
-rw-r--r--modules/devices.c2
1 files changed, 2 insertions, 0 deletions
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);
}