diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-01-09 13:10:16 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-20 11:23:56 +0100 |
commit | d711b8a2987a14577674f76f1b6c28d6d85db07a (patch) | |
tree | c795f6a60375586617b8cb7d886d012e9086bc25 /arch/arm/mach-pxa/pxa930.h | |
parent | d6df7df7ae5a0f781341134e7cb24e3396f8434a (diff) | |
download | lwn-d711b8a2987a14577674f76f1b6c28d6d85db07a.tar.gz lwn-d711b8a2987a14577674f76f1b6c28d6d85db07a.zip |
ARM: pxa: remove pxa93x support
There is currently no devicetree support for pxa930 or pxa935
SoCs, and no board files remain. As it seems unlikely that anyone
is going to add DT support soon, let's drop the SoC specific code
now.
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-pxa/pxa930.h')
-rw-r--r-- | arch/arm/mach-pxa/pxa930.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-pxa/pxa930.h b/arch/arm/mach-pxa/pxa930.h deleted file mode 100644 index bbf25c044641..000000000000 --- a/arch/arm/mach-pxa/pxa930.h +++ /dev/null @@ -1,8 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __MACH_PXA930_H -#define __MACH_PXA930_H - -#include "pxa3xx.h" -#include "mfp-pxa930.h" - -#endif /* __MACH_PXA930_H */ |