From: Simon Glass Date: Mon, 28 Feb 2022 19:08:33 +0000 (-0700) Subject: dm: core: Add a required struct declaration X-Git-Tag: v2022.07~118^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb36b9a7d67c4a1acbda860a6826fba9e9ddd451;p=platform%2Fkernel%2Fu-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 c420726..e24b033 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; /*