spi: imx: Remove unnecessary field "mode" from struct spi_imx_config
authorAlexander Shiyan <shc_work@mail.ru>
Wed, 8 Jun 2016 17:02:07 +0000 (20:02 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 14 Jun 2016 09:19:44 +0000 (10:19 +0100)
commitc0c7a5d7962a4e2ad8626c33e2a2f6ee3bb3dbab
tree406eac6e35002b7b5822a1c25d1baa3894dbdc1f
parentb36581df7e788b674a4efbb8da7fe4a00c207e8b
spi: imx: Remove unnecessary field "mode" from struct spi_imx_config

SPI mode can be obtained directly from spi-device, there is no
need to keep a copy.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-imx.c