Merge branch '2020-06-15-misc-bugfixes'
[oweals/u-boot.git] / drivers / timer / ast_timer.c
index 9973506f6b13d4daa297709867b2bd01cfe4cb91..3838601f54d1c6b166f3e8e0b466160b79c0157e 100644 (file)
@@ -9,6 +9,7 @@
 #include <timer.h>
 #include <asm/io.h>
 #include <asm/arch/timer.h>
+#include <linux/err.h>
 
 #define AST_TICK_TIMER  1
 #define AST_TMC_RELOAD_VAL  0xffffffff
@@ -90,5 +91,4 @@ U_BOOT_DRIVER(ast_timer) = {
        .priv_auto_alloc_size = sizeof(struct ast_timer_priv),
        .ofdata_to_platdata = ast_timer_ofdata_to_platdata,
        .ops = &ast_timer_ops,
-       .flags = DM_FLAG_PRE_RELOC,
 };