commit | 16b4f94c31d7e5feb199555cf0d5aea402858697 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 28 17:50:06 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 13 07:58:18 2020 -0700 |
tree | 9754c334d27654e313d7ea934740e838a2f7e53f | |
parent | 1876ffe8e5cd65f35ecbfdae0e9d7faf5c149272 [diff] |
dm: core: Drop device_bind_offset() This function is not needed since the standard device_bind() can be used instead. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>