Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-omap2 / wd_timer.c
index 7c2b4ed38f0261d7b6776103f2f531feb7991f44..d15c7bbab8e2948652bb99b42983473978c1cc97 100644 (file)
@@ -124,10 +124,9 @@ static int __init omap_init_wdt(void)
        pdata.read_reset_sources = prm_read_reset_sources;
 
        pdev = omap_device_build(dev_name, id, oh, &pdata,
-                                sizeof(struct omap_wd_timer_platform_data),
-                                NULL, 0, 0);
+                                sizeof(struct omap_wd_timer_platform_data));
        WARN(IS_ERR(pdev), "Can't build omap_device for %s:%s.\n",
             dev_name, oh->name);
        return 0;
 }
-subsys_initcall(omap_init_wdt);
+omap_subsys_initcall(omap_init_wdt);