]> git.sur5r.net Git - u-boot/commit
dm: mmc: dwmmc: use the callback functions as static
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 28 Jun 2016 06:52:21 +0000 (15:52 +0900)
committerSimon Glass <sjg@chromium.org>
Wed, 27 Jul 2016 20:14:37 +0000 (14:14 -0600)
commit5628347f59e1672f381b8113e85e47529770ab47
tree0710a68b174bd5e124875e2e6283fac39d3be0a7
parentdec0242be7b5544c3c4f9a7ead46fa5eeadd6222
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>
drivers/mmc/dw_mmc.c
include/dwmmc.h