|
@@ -456,13 +456,6 @@ void __init exynos4_init_irq(void)
|
|
|
|
|
|
if (!of_have_populated_dt())
|
|
|
combiner_init(S5P_VA_COMBINER_BASE, NULL);
|
|
|
-
|
|
|
- /*
|
|
|
- * The parameters of s5p_init_irq() are for VIC init.
|
|
|
- * Theses parameters should be NULL and 0 because EXYNOS4
|
|
|
- * uses GIC instead of VIC.
|
|
|
- */
|
|
|
- s5p_init_irq(NULL, 0);
|
|
|
}
|
|
|
|
|
|
void __init exynos5_init_irq(void)
|
|
@@ -470,14 +463,6 @@ void __init exynos5_init_irq(void)
|
|
|
#ifdef CONFIG_OF
|
|
|
irqchip_init();
|
|
|
#endif
|
|
|
- /*
|
|
|
- * The parameters of s5p_init_irq() are for VIC init.
|
|
|
- * Theses parameters should be NULL and 0 because EXYNOS4
|
|
|
- * uses GIC instead of VIC.
|
|
|
- */
|
|
|
- if (!of_machine_is_compatible("samsung,exynos5440"))
|
|
|
- s5p_init_irq(NULL, 0);
|
|
|
-
|
|
|
gic_arch_extn.irq_set_wake = s3c_irq_wake;
|
|
|
}
|
|
|
|