Re: Kconfig dangling references (BZ 216748)
Rob Landley <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.kernel,gmane.comp.video.dri.devel |
|---|---|
| Message-ID | <[email protected]> |
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