Ejemplo n.º 1
0
void __init exynos_init_late(void)
{
	if (of_machine_is_compatible("samsung,exynos5440"))
		/* to be supported later */
		return;

	exynos_pm_late_initcall();
}
Ejemplo n.º 2
0
void __init exynos_init_late(void)
{
    exynos_pm_late_initcall();
}