Merge tag '2019.01-next' of https://github.com/mbgg/u-boot
[platform/kernel/u-boot.git] / drivers / watchdog / ast_wdt.c
index 59afa21..523484b 100644 (file)
@@ -119,5 +119,4 @@ U_BOOT_DRIVER(ast_wdt) = {
        .priv_auto_alloc_size = sizeof(struct ast_wdt_priv),
        .ofdata_to_platdata = ast_wdt_ofdata_to_platdata,
        .ops = &ast_wdt_ops,
-       .flags = DM_FLAG_PRE_RELOC,
 };