ARM: pxa/mmp: remove traces of plat-pxa
authorArnd Bergmann <arnd@arndb.de>
Tue, 24 May 2022 12:20:06 +0000 (14:20 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 31 May 2022 14:07:52 +0000 (16:07 +0200)
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>
Documentation/arm/marvell.rst
arch/arm/mach-mmp/Makefile

index 2f41caa..3707215 100644 (file)
@@ -374,8 +374,6 @@ PXA 2xx/3xx/93x/95x family
 
    Linux kernel mach directory:
        arch/arm/mach-pxa
-   Linux kernel plat directory:
-       arch/arm/plat-pxa
 
 MMP/MMP2/MMP3 family (communication processor)
 ----------------------------------------------
@@ -429,8 +427,6 @@ MMP/MMP2/MMP3 family (communication processor)
 
    Linux kernel mach directory:
        arch/arm/mach-mmp
-   Linux kernel plat directory:
-       arch/arm/plat-pxa
 
 Berlin family (Multimedia Solutions)
 -------------------------------------
@@ -518,9 +514,6 @@ Long-term plans
    Business Unit) in a single mach-<foo> directory. The plat-orion/
    would therefore disappear.
 
- * Unify the mach-mmp/ and mach-pxa/ into the same mach-pxa
-   directory. The plat-pxa/ would therefore disappear.
-
 Credits
 -------
 
index 81338db..539d750 100644 (file)
@@ -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