[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240822130113.164644-5-liaochen4@huawei.com>
Date: Thu, 22 Aug 2024 13:01:13 +0000
From: Liao Chen <liaochen4@...wei.com>
To: <linux-usb@...r.kernel.org>
CC: <linux-kernel@...r.kernel.org>, <gregkh@...uxfoundation.org>,
	<alcooperx@...il.com>, <bcm-kernel-feedback-list@...adcom.com>,
	<heikki.krogerus@...ux.intel.com>, <stern@...land.harvard.edu>,
	<justin.chen@...adcom.com>
Subject: [PATCH -next 4/4] usb: ehci-brcm: fix module autoloading
Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded
based on the alias from of_device_id table.
Signed-off-by: Liao Chen <liaochen4@...wei.com>
---
 drivers/usb/host/ehci-brcm.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/drivers/usb/host/ehci-brcm.c b/drivers/usb/host/ehci-brcm.c
index 77e42c739c58..68cad0620f1a 100644
--- a/drivers/usb/host/ehci-brcm.c
+++ b/drivers/usb/host/ehci-brcm.c
@@ -246,6 +246,7 @@ static const struct of_device_id brcm_ehci_of_match[] = {
 	{ .compatible = "brcm,bcm7445-ehci", },
 	{}
 };
+MODULE_DEVICE_TABLE(of, brcm_ehci_of_match);
 
 static struct platform_driver ehci_brcm_driver = {
 	.probe		= ehci_brcm_probe,
-- 
2.34.1
Powered by blists - more mailing lists
 
