summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_PhysicalMemoryProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/LMI_PhysicalMemoryProvider.c')
-rw-r--r--src/hardware/LMI_PhysicalMemoryProvider.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hardware/LMI_PhysicalMemoryProvider.c b/src/hardware/LMI_PhysicalMemoryProvider.c
index c859671..b7dc9a7 100644
--- a/src/hardware/LMI_PhysicalMemoryProvider.c
+++ b/src/hardware/LMI_PhysicalMemoryProvider.c
@@ -21,7 +21,7 @@
#include <konkret/konkret.h>
#include "LMI_PhysicalMemory.h"
#include "LMI_Hardware.h"
-#include "globals.h"
+
#include "dmidecode.h"
CMPIUint16 get_form_factor(const char *dmi_ff);
@@ -73,10 +73,10 @@ static CMPIStatus LMI_PhysicalMemoryEnumInstances(
LMI_PhysicalMemory_Init(&lmi_phys_mem, _cb, ns);
LMI_PhysicalMemory_Set_CreationClassName(&lmi_phys_mem,
- ORGID "_" PHYS_MEM_CLASS_NAME);
+ LMI_ORGID "_" PHYS_MEM_CLASS_NAME);
snprintf(instance_id, INSTANCE_ID_LEN,
- ORGID ":" ORGID "_" PHYS_MEM_CLASS_NAME ":%s",
+ LMI_ORGID ":" LMI_ORGID "_" PHYS_MEM_CLASS_NAME ":%s",
dmi_memory.modules[i].serial_number);
LMI_PhysicalMemory_Set_Tag(&lmi_phys_mem,