1
0
Fork 0
remarkable-uboot/common/spl
Simon Glass 4101f68792 dm: Drop the block_dev_desc_t typedef
Use 'struct' instead of a typdef. Also since 'struct block_dev_desc' is long
and causes 80-column violations, rename it to struct blk_desc.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
2016-03-14 15:34:50 -06:00
..
Makefile spl: Add EXT support to SPL 2014-10-27 17:54:03 -04:00
spl.c arm: move gd handling outside of C code 2016-01-13 21:05:18 -05:00
spl_ext.c dm: Drop the block_dev_desc_t typedef 2016-03-14 15:34:50 -06:00
spl_fat.c dm: Drop the block_dev_desc_t typedef 2016-03-14 15:34:50 -06:00
spl_mmc.c spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS 2016-02-19 09:31:37 -05:00
spl_nand.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00
spl_net.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00
spl_nor.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00
spl_onenand.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00
spl_sata.c dm: Drop the block_dev_desc_t typedef 2016-03-14 15:34:50 -06:00
spl_usb.c dm: Drop the block_dev_desc_t typedef 2016-03-14 15:34:50 -06:00
spl_ymodem.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00