commit | 72e6841608b9ce7e04515ed43693b2878936c93a | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Mon Apr 08 22:39:49 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Thu May 02 10:37:45 2019 +0900 |
tree | 54817c0e511734f2037c6cb482b928360e5da72f | |
parent | 7558f978f9b66a2bc284a0e8c0764b88305bc29f [diff] |
spi: spi-mem: Fix build error without CONFIG_SPI_MEM When building with CONFIG_SPI_MEM is not set gc warns this: drivers/spi/spi-zynq-qspi.o: In function `zynq_qspi_supports_op': spi-zynq-qspi.c:(.text+0x1da): undefined reference to `spi_mem_default_supports_op' Fixes: 67dca5e580f1 ("spi: spi-mem: Add support for Zynq QSPI controller") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Mark Brown <broonie@kernel.org>