summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/efi_x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clocksource/efi_x86.c')
-rw-r--r--drivers/clocksource/efi_x86.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/clocksource/efi_x86.c b/drivers/clocksource/efi_x86.c
index f8d3ff8a43..364e1ef8e1 100644
--- a/drivers/clocksource/efi_x86.c
+++ b/drivers/clocksource/efi_x86.c
@@ -71,9 +71,4 @@ static struct driver_d efi_x86_cs_driver = {
.probe = efi_x86_cs_probe,
};
-static int efi_x86_cs_initcall(void)
-{
- return platform_driver_register(&efi_x86_cs_driver);
-}
-/* for efi the time must be init at core initcall level */
-core_initcall(efi_x86_cs_initcall);
+core_platform_driver(efi_x86_cs_driver);