diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/sh_mobile_sdhi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/sh_mobile_sdhi.h b/include/linux/mfd/sh_mobile_sdhi.h index c305461e7f47..c7b47f8ad650 100644 --- a/include/linux/mfd/sh_mobile_sdhi.h +++ b/include/linux/mfd/sh_mobile_sdhi.h | |||
@@ -4,6 +4,7 @@ | |||
4 | struct sh_mobile_sdhi_info { | 4 | struct sh_mobile_sdhi_info { |
5 | int dma_slave_tx; | 5 | int dma_slave_tx; |
6 | int dma_slave_rx; | 6 | int dma_slave_rx; |
7 | unsigned long tmio_flags; | ||
7 | void (*set_pwr)(struct platform_device *pdev, int state); | 8 | void (*set_pwr)(struct platform_device *pdev, int state); |
8 | }; | 9 | }; |
9 | 10 | ||