diff options
Diffstat (limited to 'kernel/drivers/usb/host/uhci-platform.c')
-rw-r--r-- | kernel/drivers/usb/host/uhci-platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/drivers/usb/host/uhci-platform.c b/kernel/drivers/usb/host/uhci-platform.c index 3a3e3eeba..32a6f3d8d 100644 --- a/kernel/drivers/usb/host/uhci-platform.c +++ b/kernel/drivers/usb/host/uhci-platform.c @@ -140,6 +140,7 @@ static const struct of_device_id platform_uhci_ids[] = { { .compatible = "platform-uhci", }, {} }; +MODULE_DEVICE_TABLE(of, platform_uhci_ids); static struct platform_driver uhci_platform_driver = { .probe = uhci_hcd_platform_probe, |