From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH v2 5/5] base: soc: Export soc_device_register/unregister APIs Date: Wed, 20 Feb 2019 07:55:41 +0100 Message-ID: <20190220065541.GA8860@kroah.com> References: <20190220045946.7452-1-vaishali.thakkar@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190220045946.7452-1-vaishali.thakkar@linaro.org> Sender: linux-kernel-owner@vger.kernel.org To: Vaishali Thakkar Cc: andy.gross@linaro.org, david.brown@linaro.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, rafael@kernel.org, bjorn.andersson@linaro.org, vkoul@kernel.org List-Id: linux-arm-msm@vger.kernel.org On Wed, Feb 20, 2019 at 10:29:46AM +0530, Vaishali Thakkar wrote: > From: Vinod Koul > > Qcom Socinfo driver can be built as a module, so > export these two APIs. > > Signed-off-by: Vinod Koul > Signed-off-by: Vaishali Thakkar > --- > Changes since v1: > - None This is fixing a build breakage introduced by an earlier patch. Please rearange the patches so that breakage never happens. Also, any chance you can properly "thread" your patches so they all show up together? git send-email does this automatically... thanks, greg k-h