From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartosz Golaszewski Date: Fri, 04 May 2018 13:27:29 +0000 Subject: [PATCH v3 1/3] clocksource: timer-ti-dm: remove the early platform driver registration Message-Id: <20180504132731.14574-2-brgl@bgdev.pl> List-Id: References: <20180504132731.14574-1-brgl@bgdev.pl> In-Reply-To: <20180504132731.14574-1-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org From: Bartosz Golaszewski This driver is no longer used as an early platform driver. Remove the registration macro. Signed-off-by: Bartosz Golaszewski --- drivers/clocksource/timer-ti-dm.c | 1 - 1 file changed, 1 deletion(-) 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"); -- 2.17.0