summaryrefslogtreecommitdiffstats
path: root/common/cmd_usb.c
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2007-02-20 09:04:34 +0100
committerStefan Roese <sr@denx.de>2007-02-20 09:04:34 +0100
commit735dd97b1b20e777d059c7b389fe9d70cd3f80c7 (patch)
treeeb62a0abe8bdea88c563380c302a88fa64eff151 /common/cmd_usb.c
parent620d3c9a14affca29a5c4e575e9f355c2bd4aed2 (diff)
downloadtalos-obmc-uboot-735dd97b1b20e777d059c7b389fe9d70cd3f80c7.tar.gz
talos-obmc-uboot-735dd97b1b20e777d059c7b389fe9d70cd3f80c7.zip
[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>
Diffstat (limited to 'common/cmd_usb.c')
-rw-r--r--common/cmd_usb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_usb.c b/common/cmd_usb.c
index 28c05aa20e..904df7159f 100644
--- a/common/cmd_usb.c
+++ b/common/cmd_usb.c
@@ -28,6 +28,7 @@
#include <common.h>
#include <command.h>
#include <asm/byteorder.h>
+#include <part.h>
#if (CONFIG_COMMANDS & CFG_CMD_USB)
OpenPOWER on IntegriCloud