]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
time: Rename udelay_test.c to test_udelay.c
authorJohn Stultz <john.stultz@linaro.org>
Mon, 4 Aug 2014 18:30:56 +0000 (11:30 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Fri, 21 Nov 2014 19:59:55 +0000 (11:59 -0800)
Kees requested that this test module be renamed for consistency sake,
so this patch renames the udelay_test.c file (recently added to
tip/timers/core for 3.17) to test_udelay.c

Cc: Kees Cook <keescook@chromium.org>
Cc: Greg KH <greg@kroah.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Linux-Next <linux-next@vger.kernel.org>
Cc: David Riley <davidriley@chromium.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
kernel/time/Makefile
kernel/time/test_udelay.c [moved from kernel/time/udelay_test.c with 100% similarity]

index 7347426fa68da18862584ba888cd34e876a31417..f622cf28628adf6cd116bfdaa2c9acaf0212a392 100644 (file)
@@ -13,7 +13,7 @@ obj-$(CONFIG_TICK_ONESHOT)                    += tick-oneshot.o
 obj-$(CONFIG_TICK_ONESHOT)                     += tick-sched.o
 obj-$(CONFIG_TIMER_STATS)                      += timer_stats.o
 obj-$(CONFIG_DEBUG_FS)                         += timekeeping_debug.o
-obj-$(CONFIG_TEST_UDELAY)                      += udelay_test.o
+obj-$(CONFIG_TEST_UDELAY)                      += test_udelay.o
 
 $(obj)/time.o: $(obj)/timeconst.h