]> git.proxmox.com Git - mirror_edk2.git/commitdiff
DynamicTablesPkg: Remove struct CM_ARM_CPU_INFO
authorSami Mujawar <sami.mujawar@arm.com>
Tue, 9 Jul 2019 10:48:33 +0000 (11:48 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sun, 29 Mar 2020 16:53:35 +0000 (16:53 +0000)
The VS2017 compiler reports 'error C2016: C requires that
a struct or union has at least one member' for the struct
CM_ARM_CPU_INFO.

Remove struct CM_ARM_CPU_INFO as this is not in use.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
DynamicTablesPkg/Include/ArmNameSpaceObjects.h

index da70cba2037592f02c72c026dc32f90b67bec8db..2874938b663c33edf5bdaac9f41495f75abfc945 100644 (file)
@@ -71,10 +71,6 @@ typedef struct CmArmBootArchInfo {
   UINT32  BootArchFlags;\r
 } CM_ARM_BOOT_ARCH_INFO;\r
 \r
-typedef struct CmArmCpuInfo {\r
-  // Reserved for use when SMBIOS tables are implemented\r
-} CM_ARM_CPU_INFO;\r
-\r
 /** A structure that describes the\r
     Power Management Profile Information for the Platform.\r
 \r