Commit-ID: fd866e2b116b01d42428491899fe9925c42c121c Gitweb: http://git.kernel.org/tip/fd866e2b116b01d42428491899fe9925c42c121c Author: John Stultz <john.stultz@xxxxxxxxxx> AuthorDate: Mon, 4 Aug 2014 11:30:56 -0700 Committer: John Stultz <john.stultz@xxxxxxxxxx> CommitDate: Fri, 21 Nov 2014 11:59:55 -0800 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 <keescook@xxxxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Linux-Next <linux-next@xxxxxxxxxxxxxxx> Cc: David Riley <davidriley@xxxxxxxxxxxx> Signed-off-by: John Stultz <john.stultz@xxxxxxxxxx> --- kernel/time/Makefile | 2 +- kernel/time/{udelay_test.c => test_udelay.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/time/Makefile b/kernel/time/Makefile index 7347426..f622cf2 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 -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html