From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web12.1390.1617145464815206389 for ; Tue, 30 Mar 2021 16:04:24 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: michael.d.kinney@intel.com) IronPort-SDR: vY81w1LHgWOlNcMcsy9fZfjO4nR7KTpdNP/5shIoL2g645hPb7pfUW4v5DZwVin+dNY0FyU+Yk RJMU2u7ShbwA== X-IronPort-AV: E=McAfee;i="6000,8403,9939"; a="171282411" X-IronPort-AV: E=Sophos;i="5.81,291,1610438400"; d="scan'208";a="171282411" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2021 16:04:22 -0700 IronPort-SDR: mnazpMcSDc2765t7FNn95OGCHJiF/fhmd5n47+OjoiE5WhSYV1goJc/krrSjo3N1ELsL7snHyy YuphmsyBX7Nw== X-IronPort-AV: E=Sophos;i="5.81,291,1610438400"; d="scan'208";a="455222099" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.251.11.21]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2021 16:04:21 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Liming Gao , Zhiguang Liu , Jiewen Yao , Jian J Wang , Xiaoyu Lu , Guomin Jiang Subject: [Patch 0/3] Remove duplicate type declarations in MdePkg and CryptoPkg Date: Tue, 30 Mar 2021 16:04:02 -0700 Message-Id: <20210330230405.1162-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.31.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3287 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3286 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3285 Remove duplicate declarations of the following types that may generate compiler warnings or errors: * EFI_HII_POPUP_PROTOCOL * EFI_RESET_NOTIFICATION_PROTOCOL * EDKII_CRYPTO_RSA_GET_PUBLIC_KEY_FROM_X509 Cc: Liming Gao Cc: Zhiguang Liu Cc: Jiewen Yao Cc: Jian J Wang Cc: Xiaoyu Lu Cc: Guomin Jiang Signed-off-by: Michael D Kinney Michael D Kinney (3): MdePkg/Include/Protocol: EFI_HII POPUP_PROTOCOL duplicate declaration MdePkg/Include/Protocol: EFI_RESET_NOTIFICATION_PROTOCOL duplicate CryptoPkg/Private/Protocol/Crypto.h: Remove duplicate function type CryptoPkg/Private/Protocol/Crypto.h | 28 +-------------------- MdePkg/Include/Protocol/HiiPopup.h | 6 ++--- MdePkg/Include/Protocol/ResetNotification.h | 6 ++--- 3 files changed, 7 insertions(+), 33 deletions(-) -- 2.31.1.windows.1