From 297a834d0b593179cc178ddc5f128c8b8844d7be Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Fri, 1 Feb 2008 17:37:39 +1000 Subject: [PATCH] m68knommu: move ColdFire timers.c to its own coldfire directory Move common ColdFire CPU timers.c to common coldfire platform directory. Currently the common ColdFire CPU family code sits in the arch/m68knommu/platform/5307 directory. This is confusing, the files containing this common code are in no way specific to the 5307 ColdFire. Create an arch/m68knommu/platform/coldfire directory to contain this common code. Other m68knommu CPU varients do not need use this code though, so it doesn't make sense to move it to arch/m68knommu/kernel. Signed-off-by: Greg Ungerer Signed-off-by: Linus Torvalds --- arch/m68knommu/platform/{5307 => coldfire}/timers.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename arch/m68knommu/platform/{5307 => coldfire}/timers.c (100%) diff --git a/arch/m68knommu/platform/5307/timers.c b/arch/m68knommu/platform/coldfire/timers.c similarity index 100% rename from arch/m68knommu/platform/5307/timers.c rename to arch/m68knommu/platform/coldfire/timers.c