diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-05-24 14:20:06 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-05-31 16:07:52 +0200 |
commit | 3d76c9f5e0ee842ad42e482669d7fd63d4b67867 (patch) | |
tree | 60930fe9e44e965e111e68dcfac54bc56f689d80 /arch/arm | |
parent | 250c1a694ff304e5d69e74ab32755eddcc2b8f65 (diff) |
ARM: pxa/mmp: remove traces of plat-pxa
The missing include directory caused a W=1 warning that can be
trivially fixed. I also noticed references in the marvell.rst
documentation that can be removed at the same time.
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-mmp/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-mmp/Makefile b/arch/arm/mach-mmp/Makefile index 81338db77ec7..539d750aaf10 100644 --- a/arch/arm/mach-mmp/Makefile +++ b/arch/arm/mach-mmp/Makefile @@ -2,8 +2,6 @@ # # Makefile for Marvell's PXA168 processors line # -ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-pxa/include - obj-y += common.o devices.o time.o # SoC support |