diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-imx6sx.c')
-rw-r--r-- | arch/arm/mach-imx/mach-imx6sx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-imx6sx.c b/arch/arm/mach-imx/mach-imx6sx.c index 66988eb6a3a4..f17b7004c24b 100644 --- a/arch/arm/mach-imx/mach-imx6sx.c +++ b/arch/arm/mach-imx/mach-imx6sx.c | |||
@@ -81,10 +81,10 @@ static void __init imx6sx_init_machine(void) | |||
81 | 81 | ||
82 | static void __init imx6sx_init_irq(void) | 82 | static void __init imx6sx_init_irq(void) |
83 | { | 83 | { |
84 | imx_gpc_check_dt(); | ||
84 | imx_init_revision_from_anatop(); | 85 | imx_init_revision_from_anatop(); |
85 | imx_init_l2cache(); | 86 | imx_init_l2cache(); |
86 | imx_src_init(); | 87 | imx_src_init(); |
87 | imx_gpc_init(); | ||
88 | irqchip_init(); | 88 | irqchip_init(); |
89 | } | 89 | } |
90 | 90 | ||