spi: dw: Remove unused members from struct chip_data
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Fri, 26 Jan 2018 14:24:49 +0000 (16:24 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 26 Jan 2018 14:50:43 +0000 (14:50 +0000)
commit993181e151311936d7a343fccd6cc4cebe83ad81
treebec0ce1480abf95b321d9ed5a9d143e7dfb0132b
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
spi: dw: Remove unused members from struct chip_data

Local struct chip_data has two members that are not used:

- cs. Looks like was never used
- enable_dma. Became unused by the commit f89a6d8f43eb ("spi: dw-mid: move
  to use core SPI DMA mappings").

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-dw.c