diff options
| author | Tom Rini <[email protected]> | 2020-08-03 22:20:22 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-08-03 22:20:22 -0400 |
| commit | d6faedca7670a0b4862cace2f3189998cbec87d8 (patch) | |
| tree | 387ca6154bbfb29b7ff30946cac70036146c5cb6 /include/dm | |
| parent | 68941e3b2c217907a49aa66af8bb65729b913397 (diff) | |
| parent | 23552ba142860205c4ddec414417cdc251f8cb79 (diff) | |
Merge branch '2020-08-01-misc-cleanups'
- Further cleanup of common.h and dm.h usage in headers
Diffstat (limited to 'include/dm')
| -rw-r--r-- | include/dm/read.h | 1 | ||||
| -rw-r--r-- | include/dm/test.h | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/include/dm/read.h b/include/dm/read.h index b1a61085440..487ec9e9c93 100644 --- a/include/dm/read.h +++ b/include/dm/read.h @@ -11,6 +11,7 @@ #include <linux/errno.h> +#include <dm/device.h> #include <dm/fdtaddr.h> #include <dm/ofnode.h> #include <dm/uclass.h> diff --git a/include/dm/test.h b/include/dm/test.h index d39686cde28..2c92d412781 100644 --- a/include/dm/test.h +++ b/include/dm/test.h @@ -6,9 +6,6 @@ #ifndef __DM_TEST_H #define __DM_TEST_H -#include <dm.h> -#include <test/test.h> - /** * struct dm_test_cdata - configuration data for test instance * |
