diff mbox series

[04/25] clocksource/drivers/timer-ti-dm: Remove the early platform driver registration

Message ID 20181218212844.30445-4-daniel.lezcano@linaro.org
State Accepted
Commit 63136299721b4bfbd51ddd41181ab3a5897958bb
Headers show
Series [01/25] clocksource/drivers/timer-vt8500: Remove duplicate function name | expand

Commit Message

Daniel Lezcano Dec. 18, 2018, 9:28 p.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>


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>

---
 drivers/clocksource/timer-ti-dm.c | 1 -
 1 file changed, 1 deletion(-)

-- 
2.17.1
diff mbox series

Patch

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");