diff options
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7779.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c index 7f8daf17947c..932285841b71 100644 --- a/arch/arm/mach-shmobile/setup-r8a7779.c +++ b/arch/arm/mach-shmobile/setup-r8a7779.c | |||
@@ -414,7 +414,7 @@ static const char *r8a7779_compat_dt[] __initdata = { | |||
414 | NULL, | 414 | NULL, |
415 | }; | 415 | }; |
416 | 416 | ||
417 | DT_MACHINE_START(SH73A0_DT, "Generic R8A7779 (Flattened Device Tree)") | 417 | DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)") |
418 | .map_io = r8a7779_map_io, | 418 | .map_io = r8a7779_map_io, |
419 | .init_early = r8a7779_init_delay, | 419 | .init_early = r8a7779_init_delay, |
420 | .nr_irqs = NR_IRQS_LEGACY, | 420 | .nr_irqs = NR_IRQS_LEGACY, |