From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.100; helo=mga07.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 1584721A02937 for ; Mon, 24 Sep 2018 18:48:23 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Sep 2018 18:48:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,300,1534834800"; d="scan'208";a="86246150" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga003.jf.intel.com with ESMTP; 24 Sep 2018 18:48:20 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 24 Sep 2018 18:48:19 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 24 Sep 2018 18:48:19 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.183]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.37]) with mapi id 14.03.0319.002; Tue, 25 Sep 2018 09:48:17 +0800 From: "Gao, Liming" To: "Zhang, Shenglei" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" Thread-Topic: [PATCH v2] MdePkg UefiPciLibPciRootBridgeIo: Remove redundant dependency Thread-Index: AQHUVG+P4O0MTUs1sk+XaXAi/sTyRaUAOsYQ Date: Tue, 25 Sep 2018 01:48:16 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E3198AE@SHSMSX104.ccr.corp.intel.com> References: <20180925013124.13884-1-shenglei.zhang@intel.com> In-Reply-To: <20180925013124.13884-1-shenglei.zhang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v2] MdePkg UefiPciLibPciRootBridgeIo: Remove redundant dependency X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 01:48:23 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Zhang, Shenglei >Sent: Tuesday, September 25, 2018 9:31 AM >To: edk2-devel@lists.01.org >Cc: Kinney, Michael D ; Gao, Liming > >Subject: [PATCH v2] MdePkg UefiPciLibPciRootBridgeIo: Remove redundant >dependency > >PiDxe.h is not used PciSegmentLib.h. >So is deleted. >https://bugzilla.tianocore.org/show_bug.cgi?id=3D1184 > >v2:Update the bugzilla link. > >Cc: Michael D Kinney >Cc: Liming Gao >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: shenglei >--- > MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c >b/MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c >index 575d9c1f91..f89e3e2551 100644 >--- a/MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c >+++ b/MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c >@@ -13,8 +13,6 @@ > > **/ > >-#include >- > #include > > #include >-- >2.18.0.windows.1