diff options
author | Simon Glass <sjg@chromium.org> | 2016-05-01 11:36:13 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-05-17 09:54:43 -0600 |
commit | 57ebf67bad82da0b3ade1728fb39a64d1c29822f (patch) | |
tree | d1d11a85ed37eec6e51d4afaf3c65cf3012c2a83 /drivers | |
parent | a6331fa83cb4a1557df4acfa4214d556f4596904 (diff) | |
download | u-boot-imx-57ebf67bad82da0b3ade1728fb39a64d1c29822f.zip u-boot-imx-57ebf67bad82da0b3ade1728fb39a64d1c29822f.tar.gz u-boot-imx-57ebf67bad82da0b3ade1728fb39a64d1c29822f.tar.bz2 |
dm: usb: Drop the get_dev() function
This function is implemented by the legacy block functions now. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 6900097..696b3ac 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -36,6 +36,7 @@ obj-$(CONFIG_SPL_WATCHDOG_SUPPORT) += watchdog/ obj-$(CONFIG_SPL_USB_HOST_SUPPORT) += usb/host/ obj-$(CONFIG_OMAP_USB_PHY) += usb/phy/ obj-$(CONFIG_SPL_SATA_SUPPORT) += block/ +obj-$(CONFIG_SPL_USB_HOST_SUPPORT) += block/ else |