]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: sata: Drop the get_dev() function
authorSimon Glass <sjg@chromium.org>
Sun, 1 May 2016 17:36:17 +0000 (11:36 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 17 May 2016 15:54:43 +0000 (09:54 -0600)
commit4e7189d4d8c2ab46c4c580ae300c14d1a9c20b11
treef7e296c0b27dd04d2eebced48139b4ccabf6c565
parentedd82ab3547e27b4c1ab1ee7e620f982db9126ad
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>
disk/part.c
include/part.h