]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-omap1/devices.c
Merge branch 'for-russell' of git://hansjkoch.de/git/linux-tcc into HEAD
[karo-tx-linux.git] / arch / arm / mach-omap1 / devices.c
index 9d47ca7f80fae989d098f3170f0ab77bbe9e0801..1d76a63c098362742773ac89298c1a8cf0980e6f 100644 (file)
@@ -30,6 +30,8 @@
 #include <plat/omap7xx.h>
 #include <plat/mcbsp.h>
 
+#include "clock.h"
+
 /*-------------------------------------------------------------------------*/
 
 #if defined(CONFIG_RTC_DRV_OMAP) || defined(CONFIG_RTC_DRV_OMAP_MODULE)
@@ -293,6 +295,7 @@ static int __init omap1_init_devices(void)
                return -ENODEV;
 
        omap_sram_init();
+       omap1_clk_late_init();
 
        /* please keep these calls, and their implementations above,
         * in alphabetical order so they're easier to sort through.