diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/tmio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h index 7a5c27948315..28a12d10e509 100644 --- a/include/linux/mfd/tmio.h +++ b/include/linux/mfd/tmio.h | |||
| @@ -122,6 +122,7 @@ struct tmio_mmc_data { | |||
| 122 | unsigned long flags; | 122 | unsigned long flags; |
| 123 | u32 ocr_mask; /* available voltages */ | 123 | u32 ocr_mask; /* available voltages */ |
| 124 | unsigned int cd_gpio; | 124 | unsigned int cd_gpio; |
| 125 | int alignment_shift; | ||
| 125 | void (*set_pwr)(struct platform_device *host, int state); | 126 | void (*set_pwr)(struct platform_device *host, int state); |
| 126 | void (*set_clk_div)(struct platform_device *host, int state); | 127 | void (*set_clk_div)(struct platform_device *host, int state); |
| 127 | }; | 128 | }; |
