diff options
Diffstat (limited to 'drivers/mmc/host/dw_mmc.h')
-rw-r--r-- | drivers/mmc/host/dw_mmc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mmc/host/dw_mmc.h b/drivers/mmc/host/dw_mmc.h index 53b8fd987e47..0b74189e7ee7 100644 --- a/drivers/mmc/host/dw_mmc.h +++ b/drivers/mmc/host/dw_mmc.h | |||
@@ -190,7 +190,6 @@ extern int dw_mci_resume(struct dw_mci *host); | |||
190 | * @prepare_command: handle CMD register extensions. | 190 | * @prepare_command: handle CMD register extensions. |
191 | * @set_ios: handle bus specific extensions. | 191 | * @set_ios: handle bus specific extensions. |
192 | * @parse_dt: parse implementation specific device tree properties. | 192 | * @parse_dt: parse implementation specific device tree properties. |
193 | * @setup_bus: initialize io-interface | ||
194 | * | 193 | * |
195 | * Provide controller implementation specific extensions. The usage of this | 194 | * Provide controller implementation specific extensions. The usage of this |
196 | * data structure is fully optional and usage of each member in this structure | 195 | * data structure is fully optional and usage of each member in this structure |
@@ -203,7 +202,5 @@ struct dw_mci_drv_data { | |||
203 | void (*prepare_command)(struct dw_mci *host, u32 *cmdr); | 202 | void (*prepare_command)(struct dw_mci *host, u32 *cmdr); |
204 | void (*set_ios)(struct dw_mci *host, struct mmc_ios *ios); | 203 | void (*set_ios)(struct dw_mci *host, struct mmc_ios *ios); |
205 | int (*parse_dt)(struct dw_mci *host); | 204 | int (*parse_dt)(struct dw_mci *host); |
206 | int (*setup_bus)(struct dw_mci *host, | ||
207 | struct device_node *slot_np, u8 bus_width); | ||
208 | }; | 205 | }; |
209 | #endif /* _DW_MMC_H_ */ | 206 | #endif /* _DW_MMC_H_ */ |