commit | 8914c8a04eb376c581d673a58633cec1f61cabcd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Feb 27 22:06:31 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 23 09:05:52 2015 -0600 |
tree | 1ee6eb181cd092140684beb5d4021862944e3463 | |
parent | 1bd3deb1c693a170bce34dd456c6bb98660cd21c [diff] |
dm: core: Remove unbind operations when not required The CONFIG_DM_DEVICE_REMOVE option takes out code related to removing devices. It should also remove the 'unbind' code since if we cannot remove we probably don't need to unbind. Signed-off-by: Simon Glass <sjg@chromium.org>