diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2014-09-12 15:12:00 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-13 17:01:57 +0100 |
commit | b89e9c87dd3b118f0b953d349e5bede1505e3bc5 (patch) | |
tree | 05c8929d83e4218de5b54bf28cce60f39b2eba10 /drivers/spi/spi-dw.h | |
parent | ea092455d713d28c0b74a2ebe022524025d97491 (diff) |
spi: dw-mid: remove redundant dmac member
Instead of using that member we prefer to use dma_dev which represents actual
struct device of the DMA device.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-dw.h')
-rw-r--r-- | drivers/spi/spi-dw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-dw.h b/drivers/spi/spi-dw.h index fcd12b6b4697..089fc4ba3ace 100644 --- a/drivers/spi/spi-dw.h +++ b/drivers/spi/spi-dw.h @@ -140,7 +140,6 @@ struct dw_spi { dma_addr_t dma_addr; /* phy address of the Data register */ struct dw_spi_dma_ops *dma_ops; void *dma_priv; /* platform relate info */ - struct pci_dev *dmac; /* Bus interface info */ void *priv; |