linux/drivers/usb/renesas_usbhs
Krzysztof Kozlowski 94d1957fc3 usb: renesas_usbhs: drop of_match_ptr for ID table
The driver can match only via the DT table so the table should be always
used and the of_match_ptr does not have any sense (this also allows ACPI
matching via PRP0001, even though it might not be relevant here).

  drivers/usb/renesas_usbhs/common.c:535:34: error: ‘usbhs_of_match’ defined but not used [-Werror=unused-const-variable=]

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230311173624.263189-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-03-16 12:15:23 +01:00
..
common.c usb: renesas_usbhs: drop of_match_ptr for ID table 2023-03-16 12:15:23 +01:00
common.h usb: renesas_usbhs: Use platform_get_irq() to get the interrupt 2021-12-21 08:51:57 +01:00
fifo.c
fifo.h
Kconfig
Makefile
mod_gadget.c
mod_host.c
mod.c usb: renesas_usbhs: Use platform_get_irq() to get the interrupt 2021-12-21 08:51:57 +01:00
mod.h
pipe.c
pipe.h
rcar2.c
rcar2.h
rcar3.c
rcar3.h
rza2.c
rza.c usb: renesas: Fix refcount leak bug 2022-06-21 16:39:03 +02:00
rza.h