commit | ad220aca829ed085d90bc212dc415b450dd858b4 | [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 | 9f5f0fe76f0bfa32fd9ab24d1b92a54a3fa4556e [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>