Re: linux-next: Tree for Sep 16 (spi/spi-bcm-qspi.c)
From: Randy Dunlap
Date: Fri Sep 16 2016 - 12:26:39 EST
On 09/15/16 21:45, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20160915:
>
on i386:
when CONFIG_PM_SLEEP and CONFIG_SUSPEND are not enabled:
../drivers/spi/spi-bcm-qspi.c:1300:13: error: 'bcm_qspi_suspend' undeclared here (not in a function)
.suspend = bcm_qspi_suspend,
^
../drivers/spi/spi-bcm-qspi.c:1301:13: error: 'bcm_qspi_resume' undeclared here (not in a function)
.resume = bcm_qspi_resume,
^
--
~Randy