コード例 #1
0
void __init exynos_init_late(void)
{
	if (of_machine_is_compatible("samsung,exynos5440"))
		/* to be supported later */
		return;

	exynos_pm_late_initcall();
}
コード例 #2
0
ファイル: common.c プロジェクト: rslotte/OGS-Arm
void __init exynos_init_late(void)
{
    exynos_pm_late_initcall();
}