Skip to content

Commit 8daaed7

Browse files
arndbglaubitz
authored andcommitted
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>
1 parent 6c32955 commit 8daaed7

File tree

10 files changed

+0
-590
lines changed

10 files changed

+0
-590
lines changed

Documentation/arch/sh/index.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ mach-x3proto
4343
Busses
4444
======
4545

46-
SuperHyway
47-
----------
48-
49-
.. kernel-doc:: drivers/sh/superhyway/superhyway.c
50-
:export:
51-
5246
Maple
5347
-----
5448

arch/sh/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -737,10 +737,6 @@ endmenu
737737

738738
menu "Bus options"
739739

740-
config SUPERHYWAY
741-
tristate "SuperHyway Bus support"
742-
depends on CPU_SUBTYPE_SH4_202
743-
744740
config MAPLE
745741
bool "Maple Bus support"
746742
depends on SH_DREAMCAST

arch/sh/drivers/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
obj-y += dma/ platform_early.o
77

88
obj-$(CONFIG_PCI) += pci/
9-
obj-$(CONFIG_SUPERHYWAY) += superhyway/
109
obj-$(CONFIG_PUSH_SWITCH) += push-switch.o
1110
obj-$(CONFIG_HEARTBEAT) += heartbeat.o

arch/sh/drivers/superhyway/Makefile

Lines changed: 0 additions & 7 deletions
This file was deleted.

arch/sh/drivers/superhyway/ops-sh4-202.c

Lines changed: 0 additions & 168 deletions
This file was deleted.

drivers/sh/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ ifneq ($(CONFIG_COMMON_CLK),y)
77
obj-$(CONFIG_HAVE_CLK) += clk/
88
endif
99
obj-$(CONFIG_MAPLE) += maple/
10-
obj-$(CONFIG_SUPERHYWAY) += superhyway/
1110

1211
obj-y += pm_runtime.o

drivers/sh/superhyway/Makefile

Lines changed: 0 additions & 8 deletions
This file was deleted.

drivers/sh/superhyway/superhyway-sysfs.c

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)