summaryrefslogtreecommitdiff
path: root/include/dwmmc.h
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2016-06-28 06:52:21 (GMT)
committerSimon Glass <sjg@chromium.org>2016-07-27 20:14:37 (GMT)
commit5628347f59e1672f381b8113e85e47529770ab47 (patch)
tree0710a68b174bd5e124875e2e6283fac39d3be0a7 /include/dwmmc.h
parentdec0242be7b5544c3c4f9a7ead46fa5eeadd6222 (diff)
downloadu-boot-fsl-qoriq-5628347f59e1672f381b8113e85e47529770ab47.tar.xz
dm: mmc: dwmmc: use the callback functions as static
There are no places to call these functions. It should be used the callback function. Then it can be used as static functions. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/dwmmc.h')
-rw-r--r--include/dwmmc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dwmmc.h b/include/dwmmc.h
index 164d1dc..d18ec84 100644
--- a/include/dwmmc.h
+++ b/include/dwmmc.h
@@ -295,9 +295,6 @@ int add_dwmci(struct dwmci_host *host, u32 max_clk, u32 min_clk);
#ifdef CONFIG_DM_MMC_OPS
/* Export the operations to drivers */
-int dwmci_send_cmd(struct udevice *dev, struct mmc_cmd *cmd,
- struct mmc_data *data);
-int dwmci_set_ios(struct udevice *dev);
int dwmci_probe(struct udevice *dev);
extern const struct dm_mmc_ops dm_dwmci_ops;
#endif