spi: sh-msiof: Remove sh_msiof_spi_priv.chipdata
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 22 Jun 2016 12:50:03 +0000 (14:50 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 22 Jun 2016 13:14:38 +0000 (14:14 +0100)
commita6802cc05f9e48e86bc3f9f056c74a69dc5e37fa
treece9d64d8e7a93a3d8b0560ce13d8d1146dc94b9f
parent1a695a905c18548062509178b98bc91e67510864
spi: sh-msiof: Remove sh_msiof_spi_priv.chipdata

After probe time, the pointer to the sh_msiof_chipdata structure in the
sh_msiof_spi_priv structure is used only for checking the SPI master flags.
As these are also available in the spi_master structure, convert the
users to access those, and remove the pointer.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-sh-msiof.c