From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id A60CC1A1E2A for ; Fri, 14 Oct 2016 12:55:53 -0700 (PDT) Received: by mail-wm0-x229.google.com with SMTP id f193so798501wmg.1 for ; Fri, 14 Oct 2016 12:55:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=3s1sOICASl+BwfRruAd50qy+FHoiHdg1uEOxf+icMT0=; b=hX4Rc/3mMvC/Ki0YtC5qJqVBSbSB4oU9Efbv3kA6TYqwL1rntkca2/00DJjJtV4bit b24/03bPde16L9I99RfqrkUHKS+gfA06RnSdgUofL/GXYXpw2QlpIkke2/sR2gg0kwlq lKDp8vd+pVWswBNUDsLZzNoauzmRd6+axJ1vY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=3s1sOICASl+BwfRruAd50qy+FHoiHdg1uEOxf+icMT0=; b=hZMOcd2HgIQ1+F/ap7U5jaiyy4nRaRt6S00NH3QCeYKQ2GZbw8YOd+/MHygpcaZeZu 0HOsHm+wOGKYbzkuVlCAa5ZbOmQeAxhyW6Skfr8Ei6smJIDnk4XIBu0S/2WkWQNW9laU Fq5heLlkjnVlLlWy/xyGzQWleKYFJvZshpN1DNfEfbEMMzXZYg28Q15dHIx38H/XF7PN HALmieOK4b248oYwQj4P8FFTSOnZ1FjtrTh75nuAFl2vfOkTmgSkZnRTYU5vDBPSNirk KhZP6tQ5YxI7qJoV7EML4bUdH3rLTVY9RdQIN3s7Mpe1OZ2nS3msGJsBbU3mNFfKLfHJ Dh9A== X-Gm-Message-State: AA6/9Rk9FyU8omd1SR4I4mb7JTMh0O2/0oEG47lfeILxbbNQDxyeem6S421130zUROj0hKUW X-Received: by 10.194.107.162 with SMTP id hd2mr3259634wjb.0.1476474952274; Fri, 14 Oct 2016 12:55:52 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id ux6sm22017112wjb.18.2016.10.14.12.55.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 14 Oct 2016 12:55:51 -0700 (PDT) Date: Fri, 14 Oct 2016 20:55:49 +0100 From: Leif Lindholm To: Ruiyu Ni Cc: edk2-devel@lists.01.org, Ard Biesheuvel Message-ID: <20161014195549.GR3471@bivouac.eciton.net> References: <20161014094431.473584-1-ruiyu.ni@intel.com> <20161014094431.473584-5-ruiyu.ni@intel.com> MIME-Version: 1.0 In-Reply-To: <20161014094431.473584-5-ruiyu.ni@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [PATCH 4/5] EmbeddedPkg/FdtPlatformDxe: Reference Shell protocols in MdePkg X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 19:55:54 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Reviewed-by: Leif Lindholm On Fri, Oct 14, 2016 at 05:44:30PM +0800, Ruiyu Ni wrote: > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ruiyu Ni > Cc: Leif Lindholm > Cc: Ard Biesheuvel > --- > EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.h b/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.h > index d49dd42..a631f28 100644 > --- a/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.h > +++ b/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.h > @@ -19,8 +19,8 @@ > > #include > #include > -#include > -#include > +#include > +#include > > #include > #include > -- > 2.9.0.windows.1 >