sh: Remove superhyway bus support
authorArnd Bergmann <arnd@arndb.de>
Thu, 14 Sep 2023 15:55:22 +0000 (17:55 +0200)
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Wed, 25 Oct 2023 14:50:11 +0000 (16:50 +0200)
commit8daaed76383aaae1d094d3d65d34890b2c6da24b
tree96166b3c59885cce9e2b7445442070f6097e884b
parent6c329558c1c68c56d35e451b3e7950dbe11a8ee5
sh: Remove superhyway bus support

The superhyway bus driver was only referenced on SH4-202, which is now gone,
so remove it all as well.

I could find no trace of anything ever calling superhyway_register_driver(),
not in the git history but also not on the web, so I assume this has never
served any purpose on mainline kernels.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Link: https://lore.kernel.org/r/20230914155523.3839811-3-arnd@kernel.org
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Documentation/arch/sh/index.rst
arch/sh/Kconfig
arch/sh/drivers/Makefile
arch/sh/drivers/superhyway/Makefile [deleted file]
arch/sh/drivers/superhyway/ops-sh4-202.c [deleted file]
drivers/sh/Makefile
drivers/sh/superhyway/Makefile [deleted file]
drivers/sh/superhyway/superhyway-sysfs.c [deleted file]
drivers/sh/superhyway/superhyway.c [deleted file]
include/linux/superhyway.h [deleted file]