From f155ae2c35c9ea8ce52f3ac670ced0eb23eded19 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Sun, 9 Dec 2018 17:37:13 +0100 Subject: [PATCH] clocksource/drivers/tegra20: Change name tegra20_timer to timer-tegra20 In order to unify the names in this directory, let's rename the driver to be prefixed with timer-* Signed-off-by: Daniel Lezcano --- drivers/clocksource/Makefile | 2 +- drivers/clocksource/{tegra20_timer.c => timer-tegra20.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename drivers/clocksource/{tegra20_timer.c => timer-tegra20.c} (100%) diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile index 9d0c0fa0d69b..e02c1af0c716 100644 --- a/drivers/clocksource/Makefile +++ b/drivers/clocksource/Makefile @@ -35,7 +35,7 @@ obj-$(CONFIG_U300_TIMER) += timer-u300.o obj-$(CONFIG_SUN4I_TIMER) += sun4i_timer.o obj-$(CONFIG_SUN5I_HSTIMER) += timer-sun5i.o obj-$(CONFIG_MESON6_TIMER) += meson6_timer.o -obj-$(CONFIG_TEGRA_TIMER) += tegra20_timer.o +obj-$(CONFIG_TEGRA_TIMER) += timer-tegra20.o obj-$(CONFIG_VT8500_TIMER) += timer-vt8500.o obj-$(CONFIG_NSPIRE_TIMER) += timer-zevio.o obj-$(CONFIG_BCM_KONA_TIMER) += bcm_kona_timer.o diff --git a/drivers/clocksource/tegra20_timer.c b/drivers/clocksource/timer-tegra20.c similarity index 100% rename from drivers/clocksource/tegra20_timer.c rename to drivers/clocksource/timer-tegra20.c