[PATCH 11/16] timer: Include device_compat.h
Sean Anderson
seanga2 at gmail.com
Mon Oct 5 03:39:52 CEST 2020
Necessary for dev_xxx.
Signed-off-by: Sean Anderson <seanga2 at gmail.com>
---
drivers/timer/timer-uclass.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/timer/timer-uclass.c b/drivers/timer/timer-uclass.c
index e9802c8b43..f8a092b8cb 100644
--- a/drivers/timer/timer-uclass.c
+++ b/drivers/timer/timer-uclass.c
@@ -4,14 +4,15 @@
*/
#include <common.h>
+#include <clk.h>
#include <cpu.h>
#include <dm.h>
-#include <init.h>
#include <dm/lists.h>
+#include <dm/device_compat.h>
#include <dm/device-internal.h>
#include <dm/root.h>
-#include <clk.h>
#include <errno.h>
+#include <init.h>
#include <timer.h>
#include <linux/err.h>
--
2.28.0
More information about the U-Boot
mailing list