Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6904b246 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King
Browse files

[PATCH] ARM: 2765/1: S3C24XX - small cleanups in arch/arm/mach-s3c2410



Patch from Ben Dooks

Re-tab the devs.c file, and change the initialiser for the
mach-vr1000.c to use `.xxx = yyy` form.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent f705b1ae
Loading
Loading
Loading
Loading
+2 −6
Original line number Original line Diff line number Diff line
@@ -371,16 +371,12 @@ void __init vr1000_map_io(void)
	usb_simtec_init();
	usb_simtec_init();
}
}


void __init vr1000_init_irq(void)
{
	s3c24xx_init_irq();
}


MACHINE_START(VR1000, "Thorcom-VR1000")
MACHINE_START(VR1000, "Thorcom-VR1000")
     MAINTAINER("Ben Dooks <ben@simtec.co.uk>")
     MAINTAINER("Ben Dooks <ben@simtec.co.uk>")
     BOOT_MEM(S3C2410_SDRAM_PA, S3C2410_PA_UART, (u32)S3C24XX_VA_UART)
     BOOT_MEM(S3C2410_SDRAM_PA, S3C2410_PA_UART, (u32)S3C24XX_VA_UART)
     BOOT_PARAMS(S3C2410_SDRAM_PA + 0x100)
     BOOT_PARAMS(S3C2410_SDRAM_PA + 0x100)
     MAPIO(vr1000_map_io)
	.map_io		= vr1000_map_io,
     INITIRQ(vr1000_init_irq)
	.init_irq	= s3c24xx_init_irq,
	.timer		= &s3c24xx_timer,
	.timer		= &s3c24xx_timer,
MACHINE_END
MACHINE_END
+2 −2

File changed.

Contains only whitespace changes.