forked from Minki/linux
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
@ -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…
Reference in New Issue
Block a user