diff options
| author | Simon Glass <[email protected]> | 2022-02-28 12:08:33 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-06 14:03:17 -0400 |
| commit | bb36b9a7d67c4a1acbda860a6826fba9e9ddd451 (patch) | |
| tree | 0eb9bb3832b131001ed7115171b09aa4c6b55450 /include/dm | |
| parent | 09bc3d2eacc31bd36ae092f8bc6795a8b9276192 (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 <[email protected]>
Diffstat (limited to 'include/dm')
| -rw-r--r-- | include/dm/device-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm/device-internal.h b/include/dm/device-internal.h index c420726287e..e24b0336409 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; /* |
