On 06-08-20, 20:20, Krzysztof Kozlowski wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > The cpufreq drivers are split between the machine directory > and the drivers/cpufreq directory. In order to share header > files after we convert s3c to multiplatform, those headers > have to live in a different global location. > > Move them to linux/soc/samsung/ in lack of a better place. > > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > --- > arch/arm/mach-s3c24xx/common.c | 1 - > arch/arm/mach-s3c24xx/cpufreq-utils.c | 2 +- > arch/arm/mach-s3c24xx/iotiming-s3c2410.c | 2 +- > arch/arm/mach-s3c24xx/iotiming-s3c2412.c | 2 +- > arch/arm/mach-s3c24xx/mach-bast.c | 2 +- > arch/arm/mach-s3c24xx/mach-osiris-dvs.c | 2 +- > arch/arm/mach-s3c24xx/mach-osiris.c | 2 +- > arch/arm/mach-s3c24xx/pll-s3c2410.c | 4 ++-- > arch/arm/mach-s3c24xx/pll-s3c2440-12000000.c | 4 ++-- > arch/arm/mach-s3c24xx/pll-s3c2440-16934400.c | 4 ++-- > arch/arm/mach-s3c24xx/s3c2410.c | 1 - > arch/arm/mach-s3c24xx/s3c2412.c | 1 - > arch/arm/mach-s3c24xx/s3c244x.c | 2 -- > arch/arm/mach-s3c64xx/s3c6400.c | 1 - > arch/arm/mach-s3c64xx/s3c6410.c | 2 +- > arch/arm/plat-samsung/include/plat/cpu.h | 9 --------- > drivers/cpufreq/s3c2410-cpufreq.c | 5 ++--- > drivers/cpufreq/s3c2412-cpufreq.c | 5 ++--- > drivers/cpufreq/s3c2440-cpufreq.c | 5 ++--- > drivers/cpufreq/s3c24xx-cpufreq-debugfs.c | 2 +- > drivers/cpufreq/s3c24xx-cpufreq.c | 5 ++--- > .../linux/soc/samsung/s3c-cpu-freq.h | 4 ++++ > .../linux/soc/samsung/s3c-cpufreq-core.h | 6 +++++- > include/linux/soc/samsung/s3c-pm.h | 10 ++++++++++ > 24 files changed, 41 insertions(+), 42 deletions(-) > rename arch/arm/plat-samsung/include/plat/cpu-freq.h => include/linux/soc/samsung/s3c-cpu-freq.h (97%) > rename arch/arm/plat-samsung/include/plat/cpu-freq-core.h => include/linux/soc/samsung/s3c-cpufreq-core.h (98%) Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx> -- viresh