diff options
| author | Tom Rini <[email protected]> | 2025-11-07 08:26:10 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-07 08:26:10 -0600 |
| commit | b660df558545b42f7257899807b83cfc620b2983 (patch) | |
| tree | bca942b3912681010f038bf154d154482d6be4e5 /include | |
| parent | fdf36c2e9ad4f770ee951398a86bd55404d9b7ec (diff) | |
| parent | 0408ae531fe8ad01b9b788181fc5b91e0a527b42 (diff) | |
Merge tag 'mmc-master-2025-11-07' of https://source.denx.de/u-boot/custodians/u-boot-mmc
CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/28218
- Disabling FMP on Exynos850 to make eMMC functional when U-Boot is
executed during USB boot
- Drop extra included errno.h
Diffstat (limited to 'include')
| -rw-r--r-- | include/dwmmc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dwmmc.h b/include/dwmmc.h index 47e3220985e..7e1a6646518 100644 --- a/include/dwmmc.h +++ b/include/dwmmc.h @@ -338,9 +338,6 @@ int add_dwmci(struct dwmci_host *host, u32 max_clk, u32 min_clk); #ifdef CONFIG_DM_MMC /* Export the operations to drivers */ int dwmci_probe(struct udevice *dev); -int dwmci_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, - struct mmc_data *data); -int dwmci_set_ios(struct udevice *dev); extern const struct dm_mmc_ops dm_dwmci_ops; #endif |
