mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLE
This fixes autoloading the module by the OF compatible string.
Fixes: 813e18b18a ("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>
This commit is contained in:
parent
91f7d2e898
commit
70d0ba4cf7
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue