From: John Stultz Date: Mon, 4 Aug 2014 18:30:56 +0000 (-0700) Subject: time: Rename udelay_test.c to test_udelay.c X-Git-Tag: v3.19-rc1~157^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd866e2b116b01d42428491899fe9925c42c121c;p=thirdparty%2Fkernel%2Flinux.git time: Rename udelay_test.c to test_udelay.c 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 Cc: Greg KH Cc: Stephen Rothwell Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Linux-Next Cc: David Riley Signed-off-by: John Stultz --- diff --git a/kernel/time/Makefile b/kernel/time/Makefile index 7347426fa68da..f622cf28628ad 100644 --- a/kernel/time/Makefile +++ b/kernel/time/Makefile @@ -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 diff --git a/kernel/time/udelay_test.c b/kernel/time/test_udelay.c similarity index 100% rename from kernel/time/udelay_test.c rename to kernel/time/test_udelay.c