summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_DiskDriveSystemDeviceProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/LMI_DiskDriveSystemDeviceProvider.c')
-rw-r--r--src/hardware/LMI_DiskDriveSystemDeviceProvider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hardware/LMI_DiskDriveSystemDeviceProvider.c b/src/hardware/LMI_DiskDriveSystemDeviceProvider.c
index fd27b91..7f8f668 100644
--- a/src/hardware/LMI_DiskDriveSystemDeviceProvider.c
+++ b/src/hardware/LMI_DiskDriveSystemDeviceProvider.c
@@ -20,7 +20,7 @@
#include <konkret/konkret.h>
#include "LMI_DiskDriveSystemDevice.h"
-#include "LMI_Hardware.h"
+#include "utils.h"
#include "lsblk.h"
static const CMPIBroker* _cb;
@@ -79,7 +79,7 @@ static CMPIStatus LMI_DiskDriveSystemDeviceEnumInstances(
lmi_get_system_creation_class_name());
LMI_DiskDriveRef_Set_SystemName(&lmi_hdd, lmi_get_system_name());
LMI_DiskDriveRef_Set_CreationClassName(&lmi_hdd,
- LMI_ORGID "_" DISK_DRIVE_CLASS_NAME);
+ LMI_DiskDrive_ClassName);
LMI_DiskDriveRef_Set_DeviceID(&lmi_hdd, lsblk_hdds[i].name);
LMI_DiskDriveSystemDevice_SetObjectPath_GroupComponent(