diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-01-14 21:16:08 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-18 10:07:05 +0100 |
commit | 70d0ba4cf79a0e73485b22d955991c6f27257376 (patch) | |
tree | 6ad4737cb952071d40eb4556326bce9d230af124 /drivers/usb/host/ehci-mv.c | |
parent | 91f7d2e89868fcac0e750a28230fdb1ad4512137 (diff) | |
download | blackbird-obmc-linux-70d0ba4cf79a0e73485b22d955991c6f27257376.tar.gz blackbird-obmc-linux-70d0ba4cf79a0e73485b22d955991c6f27257376.zip |
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 <lkundrak@v3.sk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci-mv.c')
-rw-r--r-- | drivers/usb/host/ehci-mv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-mv.c b/drivers/usb/host/ehci-mv.c index f26109eafdbf..66ec1fdf9fe7 100644 --- a/drivers/usb/host/ehci-mv.c +++ b/drivers/usb/host/ehci-mv.c @@ -302,3 +302,4 @@ MODULE_AUTHOR("Chao Xie <chao.xie@marvell.com>"); MODULE_AUTHOR("Neil Zhang <zhangwm@marvell.com>"); MODULE_ALIAS("mv-ehci"); MODULE_LICENSE("GPL"); +MODULE_DEVICE_TABLE(of, ehci_mv_dt_ids); |