Re: [PATCH] soundwire: add back ACPI dependency

2019-09-06 Thread Arnd Bergmann
On Fri, Sep 6, 2019 at 12:45 PM Vinod Koul wrote: > On 06-09-19, 12:02, Arnd Bergmann wrote: > > On Fri, Sep 6, 2019 at 6:39 AM Vinod Koul wrote: > > > > > > On 05-09-19, 22:35, Arnd Bergmann wrote: > > > > Soundwire gained a warning for randconfig builds without > > > > CONFIG_ACPI during the li

Re: [PATCH] soundwire: add back ACPI dependency

2019-09-06 Thread Vinod Koul
On 06-09-19, 12:02, Arnd Bergmann wrote: > On Fri, Sep 6, 2019 at 6:39 AM Vinod Koul wrote: > > > > On 05-09-19, 22:35, Arnd Bergmann wrote: > > > Soundwire gained a warning for randconfig builds without > > > CONFIG_ACPI during the linux-5.3-rc cycle: > > > > > > drivers/soundwire/slave.c:16:12:

Re: [PATCH] soundwire: add back ACPI dependency

2019-09-06 Thread Arnd Bergmann
On Fri, Sep 6, 2019 at 6:39 AM Vinod Koul wrote: > > On 05-09-19, 22:35, Arnd Bergmann wrote: > > Soundwire gained a warning for randconfig builds without > > CONFIG_ACPI during the linux-5.3-rc cycle: > > > > drivers/soundwire/slave.c:16:12: error: unused function 'sdw_slave_add' > > [-Werror,-W

Re: [PATCH] soundwire: add back ACPI dependency

2019-09-05 Thread Vinod Koul
On 05-09-19, 22:35, Arnd Bergmann wrote: > Soundwire gained a warning for randconfig builds without > CONFIG_ACPI during the linux-5.3-rc cycle: > > drivers/soundwire/slave.c:16:12: error: unused function 'sdw_slave_add' > [-Werror,-Wunused-function] > > Add the CONFIG_ACPI dependency at the top