diff options
Diffstat (limited to 'arch/arm/mach-shmobile/setup-sh73a0.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-sh73a0.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-shmobile/setup-sh73a0.c b/arch/arm/mach-shmobile/setup-sh73a0.c index 224882151667..2c802ae9b241 100644 --- a/arch/arm/mach-shmobile/setup-sh73a0.c +++ b/arch/arm/mach-shmobile/setup-sh73a0.c | |||
@@ -697,6 +697,10 @@ static struct platform_device irqpin3_device = { | |||
697 | }; | 697 | }; |
698 | 698 | ||
699 | static struct platform_device *sh73a0_devices_dt[] __initdata = { | 699 | static struct platform_device *sh73a0_devices_dt[] __initdata = { |
700 | &cmt1_device, | ||
701 | }; | ||
702 | |||
703 | static struct platform_device *sh73a0_early_devices[] __initdata = { | ||
700 | &scif0_device, | 704 | &scif0_device, |
701 | &scif1_device, | 705 | &scif1_device, |
702 | &scif2_device, | 706 | &scif2_device, |
@@ -706,10 +710,6 @@ static struct platform_device *sh73a0_devices_dt[] __initdata = { | |||
706 | &scif6_device, | 710 | &scif6_device, |
707 | &scif7_device, | 711 | &scif7_device, |
708 | &scif8_device, | 712 | &scif8_device, |
709 | &cmt1_device, | ||
710 | }; | ||
711 | |||
712 | static struct platform_device *sh73a0_early_devices[] __initdata = { | ||
713 | &tmu0_device, | 713 | &tmu0_device, |
714 | &ipmmu_device, | 714 | &ipmmu_device, |
715 | }; | 715 | }; |