commit | 3479253dad2ac9d1c71f4843aae52ea7cd0c7716 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:21:54 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:19 2015 -0600 |
tree | 332ecc5cc4d545a14cc0097b44bc51d432001842 | |
parent | 2c03c4633b092d695d04bd38053da4d7dc59a9a5 [diff] |
dm: core: Convert driver_bind() to use const The driver is not modified by driver model, so update driver_bind() to recognise that. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>