[PATCH 4.20 027/117] USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLE

From: Greg Kroah-Hartman
Date: Tue Jan 29 2019 - 06:38:39 EST


4.20-stable review patch. If anyone has any objections, please let me know.

------------------

From: Lubomir Rintel <lkundrak@xxxxx>

commit 70d0ba4cf79a0e73485b22d955991c6f27257376 upstream.

This fixes autoloading the module by the OF compatible string.

Fixes: 813e18b18a87 ("USB: EHCI: ehci-mv: add DT support")
Cc: stable@xxxxxxxxxxxxxxx
Signed-off-by: Lubomir Rintel <lkundrak@xxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

---
drivers/usb/host/ehci-mv.c | 1 +
1 file changed, 1 insertion(+)

--- a/drivers/usb/host/ehci-mv.c
+++ b/drivers/usb/host/ehci-mv.c
@@ -302,3 +302,4 @@ MODULE_AUTHOR("Chao Xie <chao.xie@marvel
MODULE_AUTHOR("Neil Zhang <zhangwm@xxxxxxxxxxx>");
MODULE_ALIAS("mv-ehci");
MODULE_LICENSE("GPL");
+MODULE_DEVICE_TABLE(of, ehci_mv_dt_ids);