Re: [PATCH 2/2] firmware: scpi: add CONFIG_OF dependency

From: Arnd Bergmann
Date: Thu Jul 07 2016 - 08:56:34 EST


On Wednesday, July 6, 2016 2:17:18 PM CEST Sudeep Holla wrote:
> On 06/07/16 13:49, Arnd Bergmann wrote:
> > We get a harmless warning if the ARM_SCPI_POWER_DOMAIN driver is enabled
> > without CONFIG_OF during compile testing:
> >
> > warning: (ARM_SCPI_POWER_DOMAIN) selects PM_GENERIC_DOMAINS_OF which has unmet direct dependencies (PM_GENERIC_DOMAINS && OF)
> >
> > There is no need to select PM_GENERIC_DOMAINS_OF if OF is set, so we can
> > replace the 'select' with a dependency.
> >
>
> Thanks for spotting this and fixing. Do you plan to take this directly ?
> If so,
>
> Acked-by: Sudeep Holla <sudeep.holla@xxxxxxx>
>

Applied to next/drivers, thanks for the Ack

Arnd