arm: dts: add i.MX6SLL device tree
[oweals/u-boot.git] / include / scsi.h
index 7e3759140b34255debc102de76b9860c1c326189..c8796785a465e82b55a1d2864722d2c14ee55f89 100644 (file)
@@ -173,10 +173,7 @@ void scsi_low_level_init(int busdevfunc);
  * functions residing inside cmd_scsi.c
  */
 void scsi_init(void);
-void scsi_scan(int mode);
-
-/** @return the number of scsi disks */
-int scsi_get_disk_count(void);
+int scsi_scan(int mode);
 
 #define SCSI_IDENTIFY                                  0xC0  /* not used */