From: Kuninori Morimoto Date: Mon, 22 Oct 2012 05:15:13 +0000 (-0700) Subject: ARM: shmobile: r8a7740: fixup DT machine desc name typo X-Git-Tag: next-20121023~15^2^3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=60f0014edb0fde2d208a11bf946489c98fc9a35b;p=karo-tx-linux.git ARM: shmobile: r8a7740: fixup DT machine desc name typo r8a7740 machine desc name should be R8A7740, not SH7372 Signed-off-by: Kuninori Morimoto Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index 1e032cb55e07..6649a77428d8 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c @@ -763,7 +763,7 @@ static const char *r8a7740_boards_compat_dt[] __initdata = { NULL, }; -DT_MACHINE_START(SH7372_DT, "Generic R8A7740 (Flattened Device Tree)") +DT_MACHINE_START(R8A7740_DT, "Generic R8A7740 (Flattened Device Tree)") .map_io = r8a7740_map_io, .init_early = r8a7740_add_early_devices_dt, .init_irq = r8a7740_init_irq,