]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/arm/mach-vexpress/spc.c
Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[mirror_ubuntu-zesty-kernel.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);