From: Simon Glass Date: Mon, 28 Feb 2022 19:08:33 +0000 (-0700) Subject: dm: core: Add a required struct declaration X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=bb36b9a7d67c4a1acbda860a6826fba9e9ddd451;p=u-boot.git dm: core: Add a required struct declaration This file uses struct driver, so declare it at the top in case the header-inclusion order is not as expected. Signed-off-by: Simon Glass --- diff --git a/include/dm/device-internal.h b/include/dm/device-internal.h index c420726287..e24b033640 100644 --- a/include/dm/device-internal.h +++ b/include/dm/device-internal.h @@ -15,6 +15,7 @@ #include struct device_node; +struct driver_info; struct udevice; /*