ARM: remove ebsa110 platform
authorArnd Bergmann <arnd@arndb.de>
Thu, 24 Sep 2020 18:25:46 +0000 (20:25 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 30 Oct 2020 20:57:03 +0000 (21:57 +0100)
commit3e3f354bc383a052cde431d8f051efbf896f260b
tree061353679d36b645a617a4cc55430e2ece7af582
parent3650b228f83adda7e5ee532e2b90429c03f7b9ec
ARM: remove ebsa110 platform

Russell said that he is no longer using this machine, and it seems that
nobody else has in a long time, so it's time to say goodbye to it.

As this is the last platform using CONFIG_ARCH_USES_GETTIMEOFFSET,
there are some follow-up patches to remove that as well.

Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
19 files changed:
MAINTAINERS
arch/arm/Kconfig
arch/arm/Kconfig.debug
arch/arm/Makefile
arch/arm/configs/ebsa110_defconfig [deleted file]
arch/arm/kernel/Makefile
arch/arm/mach-ebsa110/Makefile [deleted file]
arch/arm/mach-ebsa110/Makefile.boot [deleted file]
arch/arm/mach-ebsa110/core.c [deleted file]
arch/arm/mach-ebsa110/core.h [deleted file]
arch/arm/mach-ebsa110/include/mach/entry-macro.S [deleted file]
arch/arm/mach-ebsa110/include/mach/hardware.h [deleted file]
arch/arm/mach-ebsa110/include/mach/io.h [deleted file]
arch/arm/mach-ebsa110/include/mach/irqs.h [deleted file]
arch/arm/mach-ebsa110/include/mach/memory.h [deleted file]
arch/arm/mach-ebsa110/include/mach/uncompress.h [deleted file]
arch/arm/mach-ebsa110/io.c [deleted file]
arch/arm/mach-ebsa110/leds.c [deleted file]
drivers/watchdog/Kconfig