]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[PATCH 1_4] Merge common get_dev() routines for block devices
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 20 Feb 2007 08:04:34 +0000 (09:04 +0100)
committerStefan Roese <sr@denx.de>
Tue, 20 Feb 2007 08:04:34 +0000 (09:04 +0100)
commit735dd97b1b20e777d059c7b389fe9d70cd3f80c7
treeeb62a0abe8bdea88c563380c302a88fa64eff151
parent620d3c9a14affca29a5c4e575e9f355c2bd4aed2
[PATCH 1_4] Merge common get_dev() routines for block devices

Each of the filesystem drivers duplicate the get_dev routine.  This change
merges them into a single function in part.c

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
15 files changed:
board/esd/common/auto_update.c
board/mcc200/auto_update.c
board/mpl/mip405/mip405.c
board/trab/auto_update.c
common/cmd_ext2.c
common/cmd_fat.c
common/cmd_ide.c
common/cmd_reiser.c
common/cmd_scsi.c
common/cmd_usb.c
common/usb_storage.c
cpu/pxa/mmc.c
disk/part.c
include/ide.h
include/part.h