forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/arm/mach-shmobile/setup-r8a7779.c
....@@ -7,9 +7,7 @@
77 * Copyright (C) 2013 Cogent Embedded, Inc.
88 */
99 #include <linux/init.h>
10
-#include <linux/irq.h>
1110 #include <linux/irqchip.h>
12
-#include <linux/irqchip/arm-gic.h>
1311
1412 #include <asm/mach/arch.h>
1513 #include <asm/mach/map.h>
....@@ -74,7 +72,6 @@
7472 DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)")
7573 .smp = smp_ops(r8a7779_smp_ops),
7674 .map_io = r8a7779_map_io,
77
- .init_early = shmobile_init_delay,
7875 .init_irq = r8a7779_init_irq_dt,
7976 .init_late = shmobile_init_late,
8077 .dt_compat = r8a7779_compat_dt,