Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: host: remove line for obsolete config USB_HWA_HCD

Commit 71ed79b0e4be ("USB: Move wusbcore and UWB to staging as it is
obsolete") misses to adjust some part in ./drivers/usb/host/Makefile.

Hence, ./scripts/checkkconfigsymbols.py warns:

USB_HWA_HCD
Referencing files: drivers/usb/Makefile

Remove the missing piece of this code removal.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20210818071137.22711-3-lukas.bulwahn@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Lukas Bulwahn and committed by
Greg Kroah-Hartman
3b445c99 b2582996

-1
-1
drivers/usb/Makefile
··· 31 31 obj-$(CONFIG_USB_ISP1362_HCD) += host/ 32 32 obj-$(CONFIG_USB_U132_HCD) += host/ 33 33 obj-$(CONFIG_USB_R8A66597_HCD) += host/ 34 - obj-$(CONFIG_USB_HWA_HCD) += host/ 35 34 obj-$(CONFIG_USB_FSL_USB2) += host/ 36 35 obj-$(CONFIG_USB_FOTG210_HCD) += host/ 37 36 obj-$(CONFIG_USB_MAX3421_HCD) += host/