]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-vexpress/spc.c
Merge tag 'ntb-4.2' of git://github.com/jonmason/ntb
[karo-tx-linux.git] / arch / arm / mach-vexpress / spc.c
index f61158c6ce7185a3b30ef396116a7fc2d74b3c72..5766ce2be32bbd28452c95ea9e43e92de0f4dcb0 100644 (file)
@@ -589,4 +589,4 @@ static int __init ve_spc_clk_init(void)
        platform_device_register_simple("vexpress-spc-cpufreq", -1, NULL, 0);
        return 0;
 }
-module_init(ve_spc_clk_init);
+device_initcall(ve_spc_clk_init);