[U-Boot] [PATCH] dm: blk: Fix warning on !CONFIG_BLK
Tom Rini
trini at konsulko.com
Sat Jun 10 22:01:03 UTC 2017
On Sat, Jun 10, 2017 at 10:03:26AM -0400, Tom Rini wrote:
> When we don't have CONFIG_BLK defined we don't have a forward
> declaration of struct udevice, and thus get a warning about it on
> blk_get_from_parent(), which we only have when CONFIG_BLK is set. Move
> the declaration of blk_get_from_parent() to be with the other CONFIG_BLK
> parts.
>
> Fixes 9f103b9cb5f8 ("dm: blk: Add a way to obtain a block device from ...")
> Signed-off-by: Tom Rini <trini at konsulko.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170610/ae1a1d51/attachment.sig>
More information about the U-Boot
mailing list