[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240819113855.787149-2-liuyuntao12@huawei.com>
Date: Mon, 19 Aug 2024 11:38:47 +0000
From: Yuntao Liu <liuyuntao12@...wei.com>
To: <openipmi-developer@...ts.sourceforge.net>,
<linux-kernel@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>,
<dmaengine@...r.kernel.org>, <linux-edac@...r.kernel.org>,
<linux-i2c@...r.kernel.org>, <linux-usb@...r.kernel.org>
CC: <minyard@....org>, <ludovic.desroches@...rochip.com>, <vkoul@...nel.org>,
<daniel@...que.org>, <haojian.zhuang@...il.com>, <robert.jarzmik@...e.fr>,
<morbidrsa@...il.com>, <bp@...en8.de>, <tony.luck@...el.com>,
<james.morse@....com>, <mchehab@...nel.org>, <rric@...nel.org>,
<codrin.ciubotariu@...rochip.com>, <andi.shyti@...nel.org>,
<nicolas.ferre@...rochip.com>, <alexandre.belloni@...tlin.com>,
<claudiu.beznea@...on.dev>, <arnd@...db.de>, <gregkh@...uxfoundation.org>,
<stern@...land.harvard.edu>, <u.kleine-koenig@...gutronix.de>,
<duje.mihanovic@...le.hr>, <broonie@...nel.org>,
<andriy.shevchenko@...ux.intel.com>, <liuyuntao12@...wei.com>
Subject: [PATCH -next 1/9] usb: ehci-mv: fix module autoloading
Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded
based on the alias from platform_device_id table.
Signed-off-by: Yuntao Liu <liuyuntao12@...wei.com>
---
drivers/usb/host/ehci-mv.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/host/ehci-mv.c b/drivers/usb/host/ehci-mv.c
index 2f1fc7eb8b72..33d925316eec 100644
--- a/drivers/usb/host/ehci-mv.c
+++ b/drivers/usb/host/ehci-mv.c
@@ -260,6 +260,7 @@ static const struct platform_device_id ehci_id_table[] = {
{"pxa-sph", 0},
{},
};
+MODULE_DEVICE_TABLE(platform, ehci_id_table);
static void mv_ehci_shutdown(struct platform_device *pdev)
{
--
2.34.1
Powered by blists - more mailing lists