Re: [PATCH 2/4] spi: pxa2xx: Translate ACPI DeviceSelection to Linux chip select on Baytrail

From: Mika Westerberg
Date: Tue Jan 26 2016 - 08:28:19 EST


On Tue, Jan 26, 2016 at 01:18:29PM +0200, Mika Westerberg wrote:
> #else /* !CONFIG_ACPI */
> static int pxa2xx_spi_get_port_id(struct acpi_device *adev)
> {
> return -1;
> }
> +#define pxa2xx_spi_fw_translate_cs NULL

I need to move this elsewhere because it is still guarded by CONFIG_PCI
as pointed out by kbuild robot.

Will do that in next revision.