From: Bartosz Golaszewski Date: Wed, 14 Nov 2018 09:53:12 +0000 (+0100) Subject: clocksource/drivers/timer-ti-dm: Remove the early platform driver registration X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~5702^2~1^2~21 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=63136299721b4bfbd51ddd41181ab3a5897958bb;p=linux.git 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 Signed-off-by: Daniel Lezcano --- diff --git a/drivers/clocksource/timer-ti-dm.c b/drivers/clocksource/timer-ti-dm.c index 4cce6b224b87..595124074821 100644 --- a/drivers/clocksource/timer-ti-dm.c +++ b/drivers/clocksource/timer-ti-dm.c @@ -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");