commit | 5fb559ddef67b40f466e493a405f2295a10fcc9a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jun 14 21:28:30 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 11 10:08:19 2017 -0600 |
tree | e7a69f35e2bcc5175427d827aeaf4d26a7be544a | |
parent | a4eff9fa8d5c3e461b6c8890bf8ab01b665c466c [diff] |
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>