From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x230.google.com (mail-wr0-x230.google.com [IPv6:2a00:1450:400c:c0c::230]) (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 271C221E11D07 for ; Tue, 29 Aug 2017 08:17:15 -0700 (PDT) Received: by mail-wr0-x230.google.com with SMTP id z91so11247917wrc.1 for ; Tue, 29 Aug 2017 08:19:55 -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=1+TewPrFOEXkNhSzA2mHJPGOJkRuNYapIRTrKpcDcow=; b=HYTAuhWbkTQ7NN7Jn67dLmoHFNWpXz9GddB43Mln4TXdn+KoV+C78nvuHzs9SPCFPI JhBmzj5BhxtR6ATztDQprwPbLQpvvWquB6kbqDN2cOt7IuJM/i9FEMduZI6q7y5e357N 0s1xQ/h7Lv4vDdKAQVpgNxinUSXXEvn31pD68= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=1+TewPrFOEXkNhSzA2mHJPGOJkRuNYapIRTrKpcDcow=; b=sgxYkq6SwTBaPuBQHaIzDrZkv+tkqwWmsI7feCL/fMnjo0+RaCxjbGM6YectPCpEPG yh7++YG2yCdyUMIpchZUonL2PEjaFH1EX73aASW6/SDQEBcJOgK0lJ70xenE+Bmhl8MP eMdfPkAaAmi45VArlstiEJmeWezmP2c7ABMIAl+If5ehvAV4vZoV79XwmYv2osySMwDI vTNb+3QyhFaptOtxIv3Yfx8er++qyI0anMhwaAk5aMvqLDHUaxQytIujYQfcE9Y5wXBd LhUAWwVEi9Qc6MzhKl0qHhTm0/jKHNVhv29UKfzPk84c8Qm1hlXB1D0nes2MNE8yNKWP 1SuQ== X-Gm-Message-State: AHYfb5iy+JZ/E7EVkf9Fc66pWwDRVP13R4I3jmk14+ulNvTS6eqBQqFA 7RjgCYw6nTj1O6UYMcrdkw== X-Received: by 10.223.186.202 with SMTP id w10mr463016wrg.244.1504019994329; Tue, 29 Aug 2017 08:19:54 -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 y2sm2254017wmy.25.2017.08.29.08.19.53 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 29 Aug 2017 08:19:53 -0700 (PDT) Date: Tue, 29 Aug 2017 16:19:51 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20170829151951.ggzaxbwvzhgc2pxw@bivouac.eciton.net> References: <20170829150807.12122-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20170829150807.12122-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms] Silicon/Hisilicon/SasV1Dxe: remove bogus UncachedMemoryAllocationLib ref 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: Tue, 29 Aug 2017 15:17:15 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Aug 29, 2017 at 04:08:07PM +0100, Ard Biesheuvel wrote: > This driver does not actually use UncachedMemoryAllocationLib anymore, > so remove the bogus reference. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > Silicon/Hisilicon/Drivers/SasV1Dxe/SasV1Dxe.c | 1 - > Silicon/Hisilicon/Drivers/SasV1Dxe/SasV1Dxe.inf | 1 - > 2 files changed, 2 deletions(-) > > diff --git a/Silicon/Hisilicon/Drivers/SasV1Dxe/SasV1Dxe.c b/Silicon/Hisilicon/Drivers/SasV1Dxe/SasV1Dxe.c > index 18085c43c54e..d876565a7d23 100644 > --- a/Silicon/Hisilicon/Drivers/SasV1Dxe/SasV1Dxe.c > +++ b/Silicon/Hisilicon/Drivers/SasV1Dxe/SasV1Dxe.c > @@ -26,7 +26,6 @@ > #include > #include > #include > -#include > > #include > #include > diff --git a/Silicon/Hisilicon/Drivers/SasV1Dxe/SasV1Dxe.inf b/Silicon/Hisilicon/Drivers/SasV1Dxe/SasV1Dxe.inf > index 7e65cc819cee..fe0be239b735 100644 > --- a/Silicon/Hisilicon/Drivers/SasV1Dxe/SasV1Dxe.inf > +++ b/Silicon/Hisilicon/Drivers/SasV1Dxe/SasV1Dxe.inf > @@ -39,7 +39,6 @@ > TimerLib > UefiDriverEntryPoint > UefiLib > - UncachedMemoryAllocationLib > > [Protocols] > gEfiExtScsiPassThruProtocolGuid > -- > 2.11.0 >