From: Vinod Subject: Re: [PATCH v5 3/6] crypto: Add Qcom prng driver Date: Mon, 16 Jul 2018 10:59:11 +0530 Message-ID: <20180716052911.GB3219@vkoul-mobl> References: <20180709061925.20276-1-vkoul@kernel.org> <20180709061925.20276-4-vkoul@kernel.org> <20180716041538.GZ3219@vkoul-mobl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-crypto@vger.kernel.org, "linux-kernel@vger.kernel.org" , Bjorn Andersson , Matt Mackall , Herbert Xu , Arnd Bergmann , linux-arm-msm@vger.kernel.org, Stephen Boyd , Timur Tabi , jhugo@codeaurora.org To: Linus Walleij Return-path: Content-Disposition: inline In-Reply-To: <20180716041538.GZ3219@vkoul-mobl> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org On 16-07-18, 09:45, Vinod wrote: > On 14-07-18, 12:16, Linus Walleij wrote: > > On Mon, Jul 9, 2018 at 8:20 AM Vinod Koul wrote: > > > > +#include > > > > Do you need this? It seems like a platform device fair and square. > > It was required for of_device_get_match_data() but then the change is in > subsequent patch, I should move that And I need of.h here for of_match_ptr. Added that and removed of_device.h. -- ~Vinod