Commit 81b11a6a authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Krzysztof Kozlowski
Browse files

ARM: s3c: remove cpufreq header dependencies



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: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/20200806182059.2431-35-krzk@kernel.org


Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 01e93a17
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@

#include <plat/cpu.h>
#include <plat/devs.h>
#include <plat/cpu-freq.h>
#include <plat/pwm-core.h>

#include "common.h"
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#include <mach/map.h>
#include <mach/regs-clock.h>

#include <plat/cpu-freq-core.h>
#include <linux/soc/samsung/s3c-cpufreq-core.h>

#include "regs-mem.h"

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#include <mach/map.h>
#include <mach/regs-clock.h>

#include <plat/cpu-freq-core.h>
#include <linux/soc/samsung/s3c-cpufreq-core.h>

#include "regs-mem.h"

+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
#include <asm/mach/map.h>

#include <plat/cpu.h>
#include <plat/cpu-freq-core.h>
#include <linux/soc/samsung/s3c-cpufreq-core.h>

#include <mach/s3c2412.h>

+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
#include <mach/gpio-samsung.h>

#include <plat/cpu.h>
#include <plat/cpu-freq.h>
#include <linux/soc/samsung/s3c-cpu-freq.h>
#include <plat/devs.h>
#include <plat/gpio-cfg.h>

Loading