Merge tag 'dmaengine-4.8-rc1' of git://git.infradead.org/users/vkoul/slave-dma
[deliverable/linux.git] / drivers / spi / spi-dw.h
index 35589a270468d6f2dcd7f57ef0c4073cd6fe5721..61bc3cbab38d5b766554e559c011cbf3aa98fb05 100644 (file)
@@ -130,7 +130,7 @@ struct dw_spi {
        struct dma_chan         *rxchan;
        unsigned long           dma_chan_busy;
        dma_addr_t              dma_addr; /* phy address of the Data register */
-       struct dw_spi_dma_ops   *dma_ops;
+       const struct dw_spi_dma_ops *dma_ops;
        void                    *dma_tx;
        void                    *dma_rx;
 
This page took 0.033236 seconds and 5 git commands to generate.