From 46936340c4e545f3be935b9d34e0554d16dbac30 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Sun, 15 May 2011 19:16:38 +0200 Subject: [PATCH] mach-ux500: move CPUfreq driver to cpufreq subsystem As part of the ARM arch subsystem migration, move the DB8500 cpufreq driver to drivers/cpufreq as discussed with Dave Jones. The Makefile is not updated in order to avoid cross-subsystem conflicts for this file in merges. Cc: Arnd Bergmann Acked-by: Dave Jones Signed-off-by: Linus Walleij --- arch/arm/mach-ux500/cpufreq.c => drivers/cpufreq/db8500-cpufreq.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename arch/arm/mach-ux500/cpufreq.c => drivers/cpufreq/db8500-cpufreq.c (100%) diff --git a/arch/arm/mach-ux500/cpufreq.c b/drivers/cpufreq/db8500-cpufreq.c similarity index 100% rename from arch/arm/mach-ux500/cpufreq.c rename to drivers/cpufreq/db8500-cpufreq.c -- 2.45.2