From 8daaed76383aaae1d094d3d65d34890b2c6da24b Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Thu, 14 Sep 2023 17:55:22 +0200 Subject: 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 Reviewed-by: John Paul Adrian Glaubitz Link: https://lore.kernel.org/r/20230914155523.3839811-3-arnd@kernel.org Signed-off-by: John Paul Adrian Glaubitz --- drivers/sh/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/sh/Makefile') diff --git a/drivers/sh/Makefile b/drivers/sh/Makefile index c53262835e85..0aa152b1587a 100644 --- a/drivers/sh/Makefile +++ b/drivers/sh/Makefile @@ -7,6 +7,5 @@ ifneq ($(CONFIG_COMMON_CLK),y) obj-$(CONFIG_HAVE_CLK) += clk/ endif obj-$(CONFIG_MAPLE) += maple/ -obj-$(CONFIG_SUPERHYWAY) += superhyway/ obj-y += pm_runtime.o -- cgit v1.2.3