diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-21 09:42:51 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-22 13:45:38 +0200 |
commit | 21cfa049290b281530f237bf03e9f4c1038e0f72 (patch) | |
tree | acf4d793f00d147d880d26486f5c4659d6a71520 /arch/arm | |
parent | ARM: s3c: make headers local if possible (diff) | |
download | linux-21cfa049290b281530f237bf03e9f4c1038e0f72.tar.xz linux-21cfa049290b281530f237bf03e9f4c1038e0f72.zip |
ARM: s3c: Cleanup from old plat-samsung include
The arch/arm/plat-samsung/ was removed and merged into
arch/arm/mach-s3c/ so the include path is not needed anymore.
Fixes: 71b9114d2c13 ("ARM: s3c: move into a common directory")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200821074251.26798-1-krzk@kernel.org
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-s3c/Makefile.s3c64xx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c/Makefile.s3c64xx b/arch/arm/mach-s3c/Makefile.s3c64xx index e06e5356da9b..0c18e31936df 100644 --- a/arch/arm/mach-s3c/Makefile.s3c64xx +++ b/arch/arm/mach-s3c/Makefile.s3c64xx @@ -3,8 +3,8 @@ # Copyright 2008 Openmoko, Inc. # Copyright 2008 Simtec Electronics -ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include -asflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include +ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include +asflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include # PM |