From: Lubomir Rintel Date: Mon, 14 Jan 2019 20:16:08 +0000 (+0100) Subject: USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLE X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=70d0ba4cf79a0e73485b22d955991c6f27257376;p=linux.git USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLE This fixes autoloading the module by the OF compatible string. Fixes: 813e18b18a87 ("USB: EHCI: ehci-mv: add DT support") Cc: stable@vger.kernel.org Signed-off-by: Lubomir Rintel Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ehci-mv.c b/drivers/usb/host/ehci-mv.c index f26109eafdbfb..66ec1fdf9fe7d 100644 --- a/drivers/usb/host/ehci-mv.c +++ b/drivers/usb/host/ehci-mv.c @@ -302,3 +302,4 @@ MODULE_AUTHOR("Chao Xie "); MODULE_AUTHOR("Neil Zhang "); MODULE_ALIAS("mv-ehci"); MODULE_LICENSE("GPL"); +MODULE_DEVICE_TABLE(of, ehci_mv_dt_ids);