]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3c42de48fbd5cdefe47eece6bc258b5ccd6917ce
tree622df2420d23ffaa8fdd84c50fa46401ad91797f
parentebe29f952e563844eefcef2c7a2b80395b1e7836
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: ebe29f952e56 ("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