]> Pileus Git - ~andy/linux/blobdiff - include/linux/mmc/sh_mmcif.h
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
[~andy/linux] / include / linux / mmc / sh_mmcif.h
index c2f73cbb4d5cb14912a01efa59983b21e5ff081a..e7d5dd67bb74fa42fbac10a67840667bc6c8e062 100644 (file)
  * 1111 : Peripheral clock (sup_pclk set '1')
  */
 
-struct sh_mmcif_dma {
-       struct sh_dmae_slave chan_priv_tx;
-       struct sh_dmae_slave chan_priv_rx;
-};
-
 struct sh_mmcif_plat_data {
        void (*set_pwr)(struct platform_device *pdev, int state);
        void (*down_pwr)(struct platform_device *pdev);
        int (*get_cd)(struct platform_device *pdef);
-       struct sh_mmcif_dma     *dma;           /* Deprecated. Instead */
-       unsigned int            slave_id_tx;    /* use embedded slave_id_[tr]x */
+       unsigned int            slave_id_tx;    /* embedded slave_id_[tr]x */
        unsigned int            slave_id_rx;
        bool                    use_cd_gpio : 1;
        unsigned int            cd_gpio;