spi: s3c64xx: pass DMA arguments in platform data
[deliverable/linux.git] / include / linux / platform_data / spi-s3c64xx.h
index d3889b98a1a12de82558f85fdced79a2896fac89..fb5625bcca9a5b73895eac8d38d9cc3864610898 100644 (file)
@@ -40,6 +40,8 @@ struct s3c64xx_spi_info {
        int num_cs;
        int (*cfg_gpio)(void);
        dma_filter_fn filter;
+       void *dma_tx;
+       void *dma_rx;
 };
 
 /**
This page took 0.026624 seconds and 5 git commands to generate.