1
0
Fork 0

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: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
hifive-unleashed-5.1
Bartosz Golaszewski 2018-11-14 10:53:12 +01:00 committed by Daniel Lezcano
parent 85b6fcadcf
commit 6313629972
1 changed files with 0 additions and 1 deletions

View File

@ -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_DESCRIPTION("OMAP Dual-Mode Timer Driver");