Skip to content

Commit

Permalink
USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLE
Browse files Browse the repository at this point in the history
This fixes autoloading the module by the OF compatible string.

Fixes: 813e18b ("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>
  • Loading branch information
Lubomir Rintel authored and Greg Kroah-Hartman committed Jan 18, 2019
1 parent 91f7d2e commit 70d0ba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/host/ehci-mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 70d0ba4

Please sign in to comment.