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 /Documentation/arm | |
parent | 250c1a694ff304e5d69e74ab32755eddcc2b8f65 (diff) | |
download | linux-3d76c9f5e0ee842ad42e482669d7fd63d4b67867.tar.bz2 |
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 'Documentation/arm')
-rw-r--r-- | Documentation/arm/marvell.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/arm/marvell.rst b/Documentation/arm/marvell.rst index 2f41caa0096c..370721518987 100644 --- a/Documentation/arm/marvell.rst +++ b/Documentation/arm/marvell.rst @@ -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 ------- |