]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: Drop the block_dev_desc_t typedef
authorSimon Glass <sjg@chromium.org>
Mon, 29 Feb 2016 22:25:34 +0000 (15:25 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 14 Mar 2016 21:34:50 +0000 (15:34 -0600)
commit4101f6879256720b30df712089a3df18565f9203
treed7c68d6fd095deedef273d408907290f7fb17a40
parentb391d743363247bf502fb0b5ca098246ea5a1512
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>
66 files changed:
api/api.c
api/api_storage.c
board/cm5200/fwupdate.c
board/mpl/pip405/README
cmd/disk.c
cmd/fat.c
cmd/gpt.c
cmd/host.c
cmd/ide.c
cmd/mmc.c
cmd/part.c
cmd/read.c
cmd/reiser.c
cmd/sata.c
cmd/scsi.c
cmd/unzip.c
cmd/usb.c
cmd/usb_mass_storage.c
cmd/zfs.c
common/env_fat.c
common/fb_mmc.c
common/spl/spl_ext.c
common/spl/spl_fat.c
common/spl/spl_sata.c
common/spl/spl_usb.c
common/usb_storage.c
disk/part.c
disk/part_amiga.c
disk/part_dos.c
disk/part_efi.c
disk/part_iso.c
disk/part_mac.c
drivers/block/dwc_ahsata.c
drivers/block/sandbox.c
drivers/block/systemace.c
drivers/dfu/dfu_mmc.c
drivers/mmc/mmc.c
drivers/mmc/mmc_private.h
drivers/mmc/mmc_write.c
fs/ext4/dev.c
fs/ext4/ext4fs.c
fs/fat/fat.c
fs/fs.c
fs/reiserfs/dev.c
fs/sandbox/sandboxfs.c
fs/ubifs/ubifs.c
fs/zfs/dev.c
fs/zfs/zfs.c
include/common.h
include/ext4fs.h
include/fat.h
include/ide.h
include/mmc.h
include/part.h
include/reiserfs.h
include/sandboxblockdev.h
include/sandboxfs.h
include/sata.h
include/spl.h
include/systemace.h
include/ubifs_uboot.h
include/usb.h
include/usb_mass_storage.h
include/zfs_common.h
lib/gunzip.c
test/dm/usb.c