mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 01:08:50 +00:00
[media] usb: musb: sunxi: support module autoloading
MODULE_DEVICE_TABLE() is missing, so the module isn't auto-loading on sunxi systems using the OTG controller. This commit adds the missing line so it loads automatically when building it as a module and running on a system with an USB OTG port. Signed-off-by: Emilio López <emilio.lopez@collabora.co.uk> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
ea05e8b4ec
commit
76485d8e04
@ -752,6 +752,7 @@ static const struct of_device_id sunxi_musb_match[] = {
|
|||||||
{ .compatible = "allwinner,sun8i-a33-musb", },
|
{ .compatible = "allwinner,sun8i-a33-musb", },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(of, sunxi_musb_match);
|
||||||
|
|
||||||
static struct platform_driver sunxi_musb_driver = {
|
static struct platform_driver sunxi_musb_driver = {
|
||||||
.probe = sunxi_musb_probe,
|
.probe = sunxi_musb_probe,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user