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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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");