X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=drivers%2Fusb%2Fmusb%2Fux500.c;h=b2685e75a6835fe2b4615b3f86f7aef378fedcae;hb=8ace60f8b760ff79aa2734e5e96223deae69f5f2;hp=39168fe9b406b2aba30791b2af29311b004a468d;hpb=7e08117de6ee17ae6c8f2983999a98cb95eb9bc2;p=karo-tx-linux.git diff --git a/drivers/usb/musb/ux500.c b/drivers/usb/musb/ux500.c index 39168fe9b406..b2685e75a683 100644 --- a/drivers/usb/musb/ux500.c +++ b/drivers/usb/musb/ux500.c @@ -379,6 +379,8 @@ static const struct of_device_id ux500_match[] = { {} }; +MODULE_DEVICE_TABLE(of, ux500_match); + static struct platform_driver ux500_driver = { .probe = ux500_probe, .remove = ux500_remove,