dmaengine: shdma: prepare to stop using struct dma_chan::private
[firefly-linux-kernel-4.4.55.git] / include / linux / sh_dma.h
index 7c8ca41e60e6147ec24e69eac9f98fb575b3adca..a79f10a32243cc0803c84e9fab7f34be4e7b505a 100644 (file)
@@ -20,8 +20,6 @@ struct device;
 /* Used by slave DMA clients to request DMA to/from a specific peripheral */
 struct sh_dmae_slave {
        struct shdma_slave              shdma_slave;    /* Set by the platform */
-       struct device                   *dma_dev;       /* Set by the platform */
-       const struct sh_dmae_slave_config *config;      /* Set by the driver */
 };
 
 /*