regmap: merge regmap_update_bits_check() into macro
[deliverable/linux.git] / include / linux / atmel-mci.h
index 9177947bf032f2c19c01e3a9b5385741cfede896..42a9e1884842e9631f7e83b2381850c4ce474f22 100644 (file)
@@ -2,6 +2,7 @@
 #define __LINUX_ATMEL_MCI_H
 
 #include <linux/types.h>
+#include <linux/dmaengine.h>
 
 #define ATMCI_MAX_NR_SLOTS     2
 
@@ -36,7 +37,8 @@ struct mci_slot_pdata {
  * @slot: Per-slot configuration data.
  */
 struct mci_platform_data {
-       struct mci_dma_data     *dma_slave;
+       void                    *dma_slave;
+       dma_filter_fn           dma_filter;
        struct mci_slot_pdata   slot[ATMCI_MAX_NR_SLOTS];
 };
 
This page took 0.028421 seconds and 5 git commands to generate.