diff options
Diffstat (limited to 'test/dm/panel.c')
-rw-r--r-- | test/dm/panel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dm/panel.c b/test/dm/panel.c index 7e4ebd6d81..410e8f3907 100644 --- a/test/dm/panel.c +++ b/test/dm/panel.c @@ -14,8 +14,9 @@ #include <asm/gpio.h> #include <asm/test.h> #include <dm/test.h> -#include <test/ut.h> #include <power/regulator.h> +#include <test/test.h> +#include <test/ut.h> /* Basic test of the panel uclass */ static int dm_test_panel(struct unit_test_state *uts) |