]> git.sur5r.net Git - u-boot/commit
dm: scsi: Drop the ccb typedef
authorSimon Glass <sjg@chromium.org>
Thu, 15 Jun 2017 03:28:30 +0000 (21:28 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:19 +0000 (10:08 -0600)
commitb9560ad649b8c523bf303cf9ba981e498988c5d9
treee7a69f35e2bcc5175427d827aeaf4d26a7be544a
parentaae5ec34032610f2144542fd1b30b6a5cc559d79
dm: scsi: Drop the ccb typedef

We should not be using typedefs in U-Boot and 'ccb' is a pretty short
name. It is also used with variables. Drop the typedef and use 'struct'
instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
common/usb_storage.c
drivers/ata/ahci.c
drivers/scsi/sandbox_scsi.c
drivers/scsi/scsi.c
include/scsi.h