commit | 9c54e48269fa3d1638b13286e6f9d7302fd6755b | [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 | 9a68432c4cce4e2e3946943705b9ced4d71b85ce [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>