On Wed, Oct 23, 2019 at 3:38 PM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote: > On Thu, Oct 10, 2019 at 10:30:14PM +0200, Arnd Bergmann wrote: > > diff --git a/arch/arm/plat-samsung/include/plat/cpu-freq.h b/include/linux/soc/samsung/s3c-cpu-freq.h > > similarity index 100% > > rename from arch/arm/plat-samsung/include/plat/cpu-freq.h > > rename to include/linux/soc/samsung/s3c-cpu-freq.h > > diff --git a/arch/arm/plat-samsung/include/plat/cpu-freq-core.h b/include/linux/soc/samsung/s3c-cpufreq-core.h > > similarity index 99% > > rename from arch/arm/plat-samsung/include/plat/cpu-freq-core.h > > rename to include/linux/soc/samsung/s3c-cpufreq-core.h > > index 2c7cf2665634..4d22be1031b9 100644 > > Can you also update the header guard names to match new location? Neither of those files had header guards, added them now. Arnd