diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmc/host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index b6bf718c3498..0c8cbe5d1550 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
| @@ -195,6 +195,7 @@ struct mmc_context_info { | |||
| 195 | }; | 195 | }; |
| 196 | 196 | ||
| 197 | struct regulator; | 197 | struct regulator; |
| 198 | struct mmc_pwrseq; | ||
| 198 | 199 | ||
| 199 | struct mmc_supply { | 200 | struct mmc_supply { |
| 200 | struct regulator *vmmc; /* Card power supply */ | 201 | struct regulator *vmmc; /* Card power supply */ |
| @@ -206,6 +207,7 @@ struct mmc_host { | |||
| 206 | struct device class_dev; | 207 | struct device class_dev; |
| 207 | int index; | 208 | int index; |
| 208 | const struct mmc_host_ops *ops; | 209 | const struct mmc_host_ops *ops; |
| 210 | struct mmc_pwrseq *pwrseq; | ||
| 209 | unsigned int f_min; | 211 | unsigned int f_min; |
| 210 | unsigned int f_max; | 212 | unsigned int f_max; |
| 211 | unsigned int f_init; | 213 | unsigned int f_init; |
