]> git.sur5r.net Git - u-boot/blobdiff - disk/part.c
dm: sata: Drop the get_dev() function
[u-boot] / disk / part.c
index 67cb6c0c0b63dba52af3db0f300e0d2b85f9be5c..4fc774bb9725a58e7008cad6460fe57ccfc823e0 100644 (file)
@@ -26,7 +26,7 @@ const struct block_drvr block_drvr[] = {
        { .name = "ide", },
 #endif
 #if defined(CONFIG_CMD_SATA)
-       {.name = "sata", .get_dev = sata_get_dev, },
+       {.name = "sata", },
 #endif
 #if defined(CONFIG_SCSI)
        { .name = "scsi", },