From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 7156021AEB0C4 for ; Tue, 25 Jul 2017 19:47:37 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2017 19:49:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,413,1496127600"; d="scan'208";a="115693053" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 25 Jul 2017 19:49:39 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Jul 2017 19:49:39 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.197]) with mapi id 14.03.0319.002; Wed, 26 Jul 2017 10:49:37 +0800 From: "Yao, Jiewen" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: Eric Dong Thread-Topic: [PATCH 1/3] SecurityPkg OpalPasswordSupportLib: Remove include to UefiAcpiDataTable.h Thread-Index: AQHTAV/gEah6LFKzr0iR1+L4bLCr4aJlcM8Q Date: Wed, 26 Jul 2017 02:49:36 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503A97F127@shsmsx102.ccr.corp.intel.com> References: <1500558932-298208-1-git-send-email-star.zeng@intel.com> <1500558932-298208-2-git-send-email-star.zeng@intel.com> In-Reply-To: <1500558932-298208-2-git-send-email-star.zeng@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 1/3] SecurityPkg OpalPasswordSupportLib: Remove include to UefiAcpiDataTable.h X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2017 02:47:37 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: Zeng, Star > Sent: Thursday, July 20, 2017 9:56 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Yao, Jiewen ;= Eric > Dong > Subject: [PATCH 1/3] SecurityPkg OpalPasswordSupportLib: Remove include t= o > UefiAcpiDataTable.h >=20 > Remove redundant include to UefiAcpiDataTable.h as > SmmCommunication.h will help to include it. >=20 > Cc: Jiewen Yao > Cc: Eric Dong > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Star Zeng > --- > SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportNotify.h | > 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >=20 > diff --git > a/SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportNotify.h > b/SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportNotify.h > index f0ad3a113612..a2115b738653 100644 > --- > a/SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportNotify.h > +++ > b/SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportNotify.h > @@ -1,7 +1,7 @@ > /** @file > Implementation of Opal password support library. >=20 > -Copyright (c) 2016, Intel Corporation. All rights reserved.
> +Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.
> This program and the accompanying materials > are licensed and made available under the terms and conditions of the BS= D > License > which accompanies this distribution. The full text of the license may b= e found > at > @@ -18,7 +18,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, > EITHER EXPRESS OR IMPLIED. > #include > #include >=20 > -#include > #include > #include > #include > -- > 2.7.0.windows.1