]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
spi: dw-pci: remove unused pdev member from struct dw_spi_pci
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 14 Oct 2015 20:12:24 +0000 (23:12 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 19 Oct 2015 19:32:01 +0000 (20:32 +0100)
commit1c2df965387f9a5a657a644bab5a1b5b535365b2
treefb2d1c3b3d8173453e453805f49b50a82b258598
parent1cc3f141f0cb5a822cdef30fb1d92ae6f4176bfa
spi: dw-pci: remove unused pdev member from struct dw_spi_pci

The pdev member is not used anywhere, thus remove it. Moreover struct
dw_spi_pci becomes an equivalent of struct dw_spi and therefore remove entire
struct dw_spi_pci.

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