Re: [alsa-devel] [PATCH] ASoC: SOF: disallow building without CONFIG_PCI again

2019-06-17 Thread Arnd Bergmann
On Mon, Jun 17, 2019 at 3:52 PM Pierre-Louis Bossart wrote: > > On 6/17/19 2:45 PM, Arnd Bergmann wrote: > > Compile-testing without PCI just causes warnings: > > > > sound/soc/sof/sof-pci-dev.c:330:13: error: 'sof_pci_remove' defined but not > > used [-Werror=unused-function] > > static void

Re: [alsa-devel] [PATCH] ASoC: SOF: disallow building without CONFIG_PCI again

2019-06-17 Thread Pierre-Louis Bossart
On 6/17/19 2:45 PM, Arnd Bergmann wrote: Compile-testing without PCI just causes warnings: sound/soc/sof/sof-pci-dev.c:330:13: error: 'sof_pci_remove' defined but not used [-Werror=unused-function] static void sof_pci_remove(struct pci_dev *pci) ^~