From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by mx.groups.io with SMTP id smtpd.web12.45576.1585555819165958129 for ; Mon, 30 Mar 2020 01:10:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=DgTgek+B; spf=pass (domain: linaro.org, ip: 209.85.221.66, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wr1-f66.google.com with SMTP id a25so20448684wrd.0 for ; Mon, 30 Mar 2020 01:10:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=wSZg58ZenK/v0U1lne7as97W1/3uXBNk3vxEi1+HOzU=; b=DgTgek+Bs7ardXnUWlh26EXigOzWqGHtFfDDxE/LN736BcgAVNQo5p0BcRQHa5TlT0 dlq5mBBzgoiz6zFv+4OiMJJhbyNreLJmrruz55gLJACjRRqzD0lGRReX7dJXo2JWMWma 6XG0HjxLWh+hPWokwUI/aZ3xK+tbCK58RgGWtTLZ7Do1Ghl+RWmtTWi2my4Tao22vwsZ 7DiR0Xmk87ibhab4Gih6DHHb8aa+uPlXiq77RbbVopD2vZSAtMSzRtvqk1wyioOiexs2 7wHBrAg9NbAntMH98DwZL5v/k9CIT4MlwVqDlYOFyn6V6WVdLzYPNXo3J9R2S0vZDgW4 Umvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=wSZg58ZenK/v0U1lne7as97W1/3uXBNk3vxEi1+HOzU=; b=AOGDCM7o1JtLqPfgQlRNapoc8+5yKnjobVINnwzvdZXbvas92pEPrccJqnCB16fm2I 4bNCSKRNm7HMGO4qxJ4PzY1ZI2a/3yV/dDMW4bUJChbf/w8wyzpoTVeYTesbazMobLro 58mT46acGpmCfByW+wN8baw7FAeP20wTPC+5oVjy4n4sH/iPjPCkfnikX503lxoeqh51 DmZNVB50UvJ+sFHt6jcbwCL3ui9N/ruI8vCBuaxtN8jnSuAVelZ7DYkVQEzgmhSVrEjS qtZtzqhRzBrWeKSkEEW3ymcjtBkv6ADY/ne5u/kQTL6HEud8j0VKm5Cn8daa/gq9ESK6 qz/A== X-Gm-Message-State: ANhLgQ03hpeZG44HSGQfUibx44tKfQO2Q3YczlARAiH3uVmJujh4/2fK aoD2eLTs01gocJQhtRl05E68w2JuX3GrBLg8wZ9JBT+TUxPLuQ== X-Google-Smtp-Source: ADFU+vv3xUjJcYrEXovnJfVGASyeHvUjvmeISVRjSW1YZ3mhUyiPOnGKT0wPnqvJCNbRrzoFCnBD8nwn+FTFbNpZzy8= X-Received: by 2002:adf:afdb:: with SMTP id y27mr13730195wrd.208.1585555817456; Mon, 30 Mar 2020 01:10:17 -0700 (PDT) MIME-Version: 1.0 References: <20200329151353.14096-1-sami.mujawar@arm.com> <20200329151353.14096-4-sami.mujawar@arm.com> In-Reply-To: <20200329151353.14096-4-sami.mujawar@arm.com> From: "Ard Biesheuvel" Date: Mon, 30 Mar 2020 10:10:06 +0200 Message-ID: Subject: Re: [edk2-devel] [PATCH v2 03/16] DynamicTablesPkg: Remove struct CM_ARM_CPU_INFO To: edk2-devel-groups-io , Sami Mujawar Cc: Alexei Fedorov , "(Exiting) Leif Lindholm" , Matteo Carlini , Laura Moretta , nd Content-Type: text/plain; charset="UTF-8" On Sun, 29 Mar 2020 at 17:14, Sami Mujawar wrote: > > 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 > Reviewed-by: Alexei Fedorov Reviewed-by: Ard Biesheuvel > --- > > Notes: > v2: > Splitting patch series and re-submitting DynamicTablesPkg [SAMI] > patches from https://edk2.groups.io/g/devel/message/46261 > > DynamicTablesPkg/Include/ArmNameSpaceObjects.h | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/DynamicTablesPkg/Include/ArmNameSpaceObjects.h b/DynamicTablesPkg/Include/ArmNameSpaceObjects.h > index da70cba2037592f02c72c026dc32f90b67bec8db..2874938b663c33edf5bdaac9f41495f75abfc945 100644 > --- a/DynamicTablesPkg/Include/ArmNameSpaceObjects.h > +++ b/DynamicTablesPkg/Include/ArmNameSpaceObjects.h > @@ -71,10 +71,6 @@ typedef struct CmArmBootArchInfo { > UINT32 BootArchFlags; > } CM_ARM_BOOT_ARCH_INFO; > > -typedef struct CmArmCpuInfo { > - // Reserved for use when SMBIOS tables are implemented > -} CM_ARM_CPU_INFO; > - > /** A structure that describes the > Power Management Profile Information for the Platform. > > -- > 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)' > > > >