diff options
Diffstat (limited to 'arch/arm/mach-omap2/devices.c')
-rw-r--r-- | arch/arm/mach-omap2/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 592ba0a0ecf3..708eb7db630c 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c | |||
@@ -460,9 +460,9 @@ static int __init omap2_init_devices(void) | |||
460 | omap_init_audio(); | 460 | omap_init_audio(); |
461 | omap_init_camera(); | 461 | omap_init_camera(); |
462 | omap_init_hdmi_audio(); | 462 | omap_init_hdmi_audio(); |
463 | omap_init_mbox(); | ||
464 | /* If dtb is there, the devices will be created dynamically */ | 463 | /* If dtb is there, the devices will be created dynamically */ |
465 | if (!of_have_populated_dt()) { | 464 | if (!of_have_populated_dt()) { |
465 | omap_init_mbox(); | ||
466 | omap_init_mcspi(); | 466 | omap_init_mcspi(); |
467 | omap_init_sham(); | 467 | omap_init_sham(); |
468 | omap_init_aes(); | 468 | omap_init_aes(); |