soundwire: depend on ACPI
authorMichal Suchanek <msuchanek@suse.de>
Thu, 3 Oct 2019 10:13:54 +0000 (12:13 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 15 Oct 2019 10:45:58 +0000 (16:15 +0530)
commit52eb063d153ac310058fbaa91577a72c0e7a7169
treec1eb97cbe19ea7bbec8309269a580dbd69eb5d9b
parent54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c
soundwire: depend on ACPI

The device cannot be probed on !ACPI and gives this warning:

drivers/soundwire/slave.c:16:12: warning: ‘sdw_slave_add’ defined but
not used [-Wunused-function]
 static int sdw_slave_add(struct sdw_bus *bus,
            ^~~~~~~~~~~~~

Cc: stable@vger.kernel.org
Fixes: 7c3cd189b86d ("soundwire: Add Master registration")
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Link: https://lore.kernel.org/r/bd685232ea511251eeb9554172f1524eabf9a46e.1570097621.git.msuchanek@suse.de
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/Kconfig