Re: [PATCH v2 5/5] base: soc: Export soc_device_register/unregister APIs

From: Greg KH
Date: Wed Feb 20 2019 - 01:55:47 EST


On Wed, Feb 20, 2019 at 10:29:46AM +0530, Vaishali Thakkar wrote:
> From: Vinod Koul <vkoul@xxxxxxxxxx>
>
> Qcom Socinfo driver can be built as a module, so
> export these two APIs.
>
> Signed-off-by: Vinod Koul <vkoul@xxxxxxxxxx>
> Signed-off-by: Vaishali Thakkar <vaishali.thakkar@xxxxxxxxxx>
> ---
> 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