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>
This commit is contained in:
Simon Glass
2022-04-06 14:03:17 -04:00
committed by Tom Rini
parent 09bc3d2eac
commit bb36b9a7d6
+1
View File
@@ -15,6 +15,7 @@
#include <dm/ofnode.h>
struct device_node;
struct driver_info;
struct udevice;
/*