commit | 4e7189d4d8c2ab46c4c580ae300c14d1a9c20b11 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 11:36:17 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | f7e296c0b27dd04d2eebced48139b4ccabf6c565 | |
parent | edd82ab3547e27b4c1ab1ee7e620f982db9126ad [diff] |
dm: sata: Drop the get_dev() function This function is implemented by the legacy block functions now. Drop it. We cannot yet make sata_dev_desc[] private to common/sata.c as it is used by the SATA drivers. This will require the SATA interface to be reworked. Signed-off-by: Simon Glass <sjg@chromium.org>