commit | 23123c6588711c00e4aa35ee1141d0658a18e48b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jun 14 21:28:42 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 11 10:08:19 2017 -0600 |
tree | bf8e0d5d91b41eb3e7d01f66035812a24b686188 | |
parent | 4822873f35fac6f7b939d6e0bf5cb7de14be537d [diff] |
dm: ahci: Create a local version of two SCSI functions With driver model we need to define implementations of exec() and bus_reset() separately for each SCSI driver. As a first step, create a local version of each function in the AHCI driver and call each from its global version. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>