this is a better location for that driver. No changes to the code otherwise. Signed-off-by: Felipe Balbi <balbi@xxxxxx> --- arch/arm/plat-omap/Makefile | 2 +- drivers/clocksource/Makefile | 1 + .../clocksource/omap-32k.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename arch/arm/plat-omap/counter-32k.c => drivers/clocksource/omap-32k.c (98%) diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile index ff57f33..2a15191 100644 --- a/arch/arm/plat-omap/Makefile +++ b/arch/arm/plat-omap/Makefile @@ -4,7 +4,7 @@ # Common support obj-y := common.o sram.o clock.o devices.o dma.o mux.o gpio.o \ - usb.o fb.o io.o counter-32k.o + usb.o fb.o io.o obj-m := obj-n := obj- := diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile index be61ece..ccdbc16 100644 --- a/drivers/clocksource/Makefile +++ b/drivers/clocksource/Makefile @@ -1,6 +1,7 @@ obj-$(CONFIG_ATMEL_TCB_CLKSRC) += tcb_clksrc.o obj-$(CONFIG_X86_CYCLONE_TIMER) += cyclone.o obj-$(CONFIG_X86_PM_TIMER) += acpi_pm.o +obj-$(CONFIG_OMAP_32K_TIMER) += omap-32k.o obj-$(CONFIG_SCx200HR_TIMER) += scx200_hrt.o obj-$(CONFIG_CS5535_CLOCK_EVENT_SRC) += cs5535-clockevt.o obj-$(CONFIG_SH_TIMER_CMT) += sh_cmt.o diff --git a/arch/arm/plat-omap/counter-32k.c b/drivers/clocksource/omap-32k.c similarity index 98% rename from arch/arm/plat-omap/counter-32k.c rename to drivers/clocksource/omap-32k.c index 7bfd67a..5c61510 100644 --- a/arch/arm/plat-omap/counter-32k.c +++ b/drivers/clocksource/omap-32k.c @@ -1,5 +1,5 @@ /* - * counter-32k.c -- OMAP 32k Sync Timer Clocksource Driver + * omap-32k.c -- OMAP 32k Sync Timer Clocksource Driver * * Copyright (C) 2005-2010 Tony Lindgren <tony@xxxxxxxxxxx> * Copyright (C) 2010 Nokia Corporation -- 1.7.3.1.120.g38a18 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html