commit | 7f9875e733b79556ade508b88f88ac1f8a2c7e3c | [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 | 36fa61dc612e363fb60840a06333fc37ec3fb68e [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>