diff options
Diffstat (limited to 'arch/arm/mach-exynos/common.c')
| -rw-r--r-- | arch/arm/mach-exynos/common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c index ddd4b72c6f9a..d6d0dc651089 100644 --- a/arch/arm/mach-exynos/common.c +++ b/arch/arm/mach-exynos/common.c | |||
| @@ -679,7 +679,8 @@ void __init exynos5_init_irq(void) | |||
| 679 | * Theses parameters should be NULL and 0 because EXYNOS4 | 679 | * Theses parameters should be NULL and 0 because EXYNOS4 |
| 680 | * uses GIC instead of VIC. | 680 | * uses GIC instead of VIC. |
| 681 | */ | 681 | */ |
| 682 | s5p_init_irq(NULL, 0); | 682 | if (!of_machine_is_compatible("samsung,exynos5440")) |
| 683 | s5p_init_irq(NULL, 0); | ||
| 683 | 684 | ||
| 684 | gic_arch_extn.irq_set_wake = s3c_irq_wake; | 685 | gic_arch_extn.irq_set_wake = s3c_irq_wake; |
| 685 | } | 686 | } |
