OSDN Git Service

USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLE
authorLubomir Rintel <lkundrak@v3.sk>
Mon, 14 Jan 2019 20:16:08 +0000 (21:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jan 2019 09:07:05 +0000 (10:07 +0100)
commit70d0ba4cf79a0e73485b22d955991c6f27257376
tree6ad4737cb952071d40eb4556326bce9d230af124
parent91f7d2e89868fcac0e750a28230fdb1ad4512137
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>
drivers/usb/host/ehci-mv.c