commit | e774fd4ec0e676df66eb432aae5ce076b1a09d6e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 13:52:25 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | abddc2cd94d9bc6edb86c7f2345edee33542fcca | |
parent | 39e5492dee297916be6157f43d0ef5288bbc758f [diff] |
dm: mmc: Move mmc_switch_part() above its callers This function is defined after it is used. In preparation for making it static, move it up a little. Also drop the printf() which should not appear in a driver. Signed-off-by: Simon Glass <sjg@chromium.org>