projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91f7d2e
)
USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLE
author
Lubomir Rintel
<lkundrak@v3.sk>
Mon, 14 Jan 2019 20:16:08 +0000
(21:16 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 18 Jan 2019 09:07:05 +0000
(10:07 +0100)
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>
drivers/usb/host/ehci-mv.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ehci-mv.c
b/drivers/usb/host/ehci-mv.c
index f26109eafdbfbc3633a9126c18f41cef27e26e01..66ec1fdf9fe7d9860c3c0d277391b430c516e339 100644
(file)
--- 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);