]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: Minor cleanup of the Armadillo legacy board code
authorMagnus Damm <damm+renesas@opensource.se>
Wed, 7 May 2014 23:37:53 +0000 (08:37 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Sun, 11 May 2014 11:59:57 +0000 (20:59 +0900)
Cleanup the legacy Armadillo board code slightly by
removing the pointless eva_add_early_devices() function

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-armadillo800eva.c

index 2858f380beaefba938f6dbdf75ec81874af62168..4eb9a13a77b94fe7750e5746514ebed2970e414d 100644 (file)
@@ -1299,11 +1299,6 @@ static void __init eva_earlytimer_init(void)
        eva_clock_init();
 }
 
-static void __init eva_add_early_devices(void)
-{
-       r8a7740_add_early_devices();
-}
-
 #define RESCNT2 IOMEM(0xe6188020)
 static void eva_restart(enum reboot_mode mode, const char *cmd)
 {
@@ -1318,7 +1313,7 @@ static const char *eva_boards_compat_dt[] __initdata = {
 
 DT_MACHINE_START(ARMADILLO800EVA_DT, "armadillo800eva")
        .map_io         = r8a7740_map_io,
-       .init_early     = eva_add_early_devices,
+       .init_early     = r8a7740_add_early_devices,
        .init_irq       = r8a7740_init_irq_of,
        .init_machine   = eva_init,
        .init_late      = shmobile_init_late,