commit | 6ddadd635786557a890193dde4a0a63490cc03e3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 28 12:08:33 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 06 14:03:17 2022 -0400 |
tree | 0eb9bb3832b131001ed7115171b09aa4c6b55450 | |
parent | c22bb8ab7d619f5e7df3afc364fa2a11ea304992 [diff] |
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 <sjg@chromium.org>
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 <dm/ofnode.h> struct device_node; +struct driver_info; struct udevice; /*