spi: bcm-qspi: Fix build failure caused by spi_flash_read() API removal
authorBoris Brezillon <boris.brezillon@bootlin.com>
Sat, 12 May 2018 06:24:54 +0000 (08:24 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 13 May 2018 01:09:39 +0000 (10:09 +0900)
commitb6456057038b572382753b5e963f56f10e704804
tree622df2420d23ffaa8fdd84c50fa46401ad91797f
parentc1f5ba70decfc2f35edcc10505e3e78fb528d212
spi: bcm-qspi: Fix build failure caused by spi_flash_read() API removal

Patch http://patchwork.ozlabs.org/patch/905205/ has been partially
applied, and changes to the bcm-qspi driver have been lost somehow
(probably due to a conflict when applying the patch).

Remove the ->spi_flash_read() bits from this driver to fix the build
error.

Fixes: c1f5ba70decf ("spi: Get rid of the spi_flash_read() API")
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-bcm-qspi.c