X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Farm%2Fmach-vexpress%2Fspc.c;h=5766ce2be32bbd28452c95ea9e43e92de0f4dcb0;hb=6d7c8e1b3a1fae91daaf1bec4df694239c7a430b;hp=f61158c6ce7185a3b30ef396116a7fc2d74b3c72;hpb=a02001086bbfb4da35d1228bebc2f1b442db455f;p=karo-tx-linux.git diff --git a/arch/arm/mach-vexpress/spc.c b/arch/arm/mach-vexpress/spc.c index f61158c6ce71..5766ce2be32b 100644 --- a/arch/arm/mach-vexpress/spc.c +++ b/arch/arm/mach-vexpress/spc.c @@ -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);