void __init exynos_init_late(void) { if (of_machine_is_compatible("samsung,exynos5440")) /* to be supported later */ return; exynos_pm_late_initcall(); }
void __init exynos_init_late(void) { exynos_pm_late_initcall(); }