Commit 63136299 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Daniel Lezcano

clocksource/drivers/timer-ti-dm: Remove the early platform driver registration

This driver is no longer used as an early platform driver. Remove the
registration macro.
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent 85b6fcad
...@@ -991,7 +991,6 @@ static struct platform_driver omap_dm_timer_driver = { ...@@ -991,7 +991,6 @@ static struct platform_driver omap_dm_timer_driver = {
}, },
}; };
early_platform_init("earlytimer", &omap_dm_timer_driver);
module_platform_driver(omap_dm_timer_driver); module_platform_driver(omap_dm_timer_driver);
MODULE_DESCRIPTION("OMAP Dual-Mode Timer Driver"); MODULE_DESCRIPTION("OMAP Dual-Mode Timer Driver");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment