commit | 5628347f59e1672f381b8113e85e47529770ab47 | [log] [tgz] |
---|---|---|
author | Jaehoon Chung <jh80.chung@samsung.com> | Tue Jun 28 15:52:21 2016 +0900 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 27 14:14:37 2016 -0600 |
tree | 0710a68b174bd5e124875e2e6283fac39d3be0a7 | |
parent | dec0242be7b5544c3c4f9a7ead46fa5eeadd6222 [diff] |
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>