]> git.ipfire.org Git - thirdparty/linux.git/commit
usb: host: oxu210hp: remove unused struct 'ehci_dbg_port'
authorDr. David Alan Gilbert <linux@treblig.org>
Wed, 29 May 2024 21:00:02 +0000 (22:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Jun 2024 13:42:33 +0000 (15:42 +0200)
commite44f31e2b98361423ed52e79a4e6126da4706b20
tree16e390e8846cc1f988d1ee3cd2cf022ef0a5b0bf
parent1fb2d2d25c9a4fd6951afdb48d18d9c24bf0db03
usb: host: oxu210hp: remove unused struct 'ehci_dbg_port'

'ehci_dbg_port' is unused in oxu210hp-hcd.c since it's original
commit b92a78e582b1 ("usb host: Oxford OXU210HP HCD driver.")
when it was in a separate header.

Remove it.

Note, that this structure, and some others in the driver
are mostly clones of include/linux/usb/ehci_def.h.
Someone with the hardware to be able to test it might
be able to remove a lot more structs as well and just
use that header.

Signed-off-by: "Dr. David Alan Gilbert" <linux@treblig.org>
Link: https://lore.kernel.org/r/20240529210002.106369-1-linux@treblig.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/oxu210hp-hcd.c