diff options
author | Tom Rini <trini@konsulko.com> | 2021-03-28 20:28:51 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-03-28 20:28:51 -0400 |
commit | a7d3ac614821d16d42d99c05c7ed6eb33d2551e0 (patch) | |
tree | bbe4450a7d04e9a955597acea01988acf61c7205 /include/dm/test.h | |
parent | 31637e0bc0701203c480ccd801a5c3806cd43a90 (diff) | |
parent | 3b142045e8a7f0ab17b6099e9226296af45967d0 (diff) |
Merge branch '2021-03-28-assorted-bugfixes'
Diffstat (limited to 'include/dm/test.h')
-rw-r--r-- | include/dm/test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dm/test.h b/include/dm/test.h index 6ac6672cd6f..c5a9610ec7d 100644 --- a/include/dm/test.h +++ b/include/dm/test.h @@ -6,6 +6,8 @@ #ifndef __DM_TEST_H #define __DM_TEST_H +struct udevice; + /** * struct dm_test_cdata - configuration data for test instance * |