Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / drivers / timer / timer-uclass.c
index 97a4c7485189bbb5877681268f70ea8b6cadadcb..14dde950a1834ccf9d22cf2a2ee1e5c0a4ca7c29 100644 (file)
@@ -5,12 +5,14 @@
 
 #include <common.h>
 #include <dm.h>
+#include <init.h>
 #include <dm/lists.h>
 #include <dm/device-internal.h>
 #include <dm/root.h>
 #include <clk.h>
 #include <errno.h>
 #include <timer.h>
+#include <linux/err.h>
 
 DECLARE_GLOBAL_DATA_PTR;