[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f10e135e-14c5-4bc0-8100-1712be3796dd@landley.net>
Date: Mon, 8 Dec 2025 16:20:57 -0600
From: Rob Landley <rob@...dley.net>
To: Randy Dunlap <rdunlap@...radead.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Cc: Arnd Bergmann <arnd@...db.de>, andrew.jones@...ux.dev,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
"dri-devel@...ts.freedesktop.org" <dri-devel@...ts.freedesktop.org>,
Paul Kocialkowski <paulk@...-base.io>, chrome-platform@...ts.linux.dev,
Paul Cercueil <paul@...pouillou.net>,
linux-stm32@...md-mailman.stormreply.com,
Srinivas Kandagatla <srini@...nel.org>,
Philipp Zabel <p.zabel@...gutronix.de>,
Matti Vaittinen <mazziesaccount@...il.com>,
Jonathan Cameron <jic23@...nel.org>,
Vaibhav Hiremath <hvaibhav.linux@...il.com>, linux-sh@...r.kernel.org,
Max Filippov <jcmvbkbc@...il.com>
Subject: Re: Kconfig dangling references (BZ 216748)
On 12/7/25 20:04, Randy Dunlap wrote:
> USB_OHCI_SH ---
> arch/sh/Kconfig:334: select USB_OHCI_SH if USB_OHCI_HCD
> arch/sh/Kconfig:344: select USB_OHCI_SH if USB_OHCI_HCD
> arch/sh/Kconfig:429: select USB_OHCI_SH if USB_OHCI_HCD
> arch/sh/Kconfig:455: select USB_OHCI_SH if USB_OHCI_HCD
> arch/sh/configs/sh7757lcr_defconfig:61:CONFIG_USB_OHCI_SH=y
Commit 231a72e03af6 removed the only user of CONFIG_USB_OHCI_SH (an
#ifdef in drivers/usb/host/ohci-hcd.c), commit f6723b569a67 missed it
cleaning up, then commit 4f6dfc2136fb special case removed the symbol
but not references to it.
It can go.
Rob
Powered by blists - more mailing lists