X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fusb%2Fhost%2Fehci-spear.c;fp=kernel%2Fdrivers%2Fusb%2Fhost%2Fehci-spear.c;h=3c4e5253955c336a89d507329cf687a3240410ec;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=34e14746b92eab6280c50c19317a9fd80a5fb87a;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/drivers/usb/host/ehci-spear.c b/kernel/drivers/usb/host/ehci-spear.c index 34e14746b..3c4e52539 100644 --- a/kernel/drivers/usb/host/ehci-spear.c +++ b/kernel/drivers/usb/host/ehci-spear.c @@ -149,6 +149,7 @@ static const struct of_device_id spear_ehci_id_table[] = { { .compatible = "st,spear600-ehci", }, { }, }; +MODULE_DEVICE_TABLE(of, spear_ehci_id_table); static struct platform_driver spear_ehci_hcd_driver = { .probe = spear_ehci_hcd_drv_probe,