[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1620801369-18642-1-git-send-email-zou_wei@huawei.com>
Date: Wed, 12 May 2021 14:36:09 +0800
From: Zou Wei <zou_wei@...wei.com>
To: <stern@...land.harvard.edu>, <gregkh@...uxfoundation.org>
CC: <linux-usb@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Zou Wei <zou_wei@...wei.com>
Subject: [PATCH -next] USB: EHCI: ehci-mv: add missing MODULE_DEVICE_TABLE
This patch adds missing MODULE_DEVICE_TABLE definition which generates
correct modalias for automatic loading of this driver when it is built
as an external module.
Reported-by: Hulk Robot <hulkci@...wei.com>
Signed-off-by: Zou Wei <zou_wei@...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 cffdc8d..beb478c 100644
--- a/drivers/usb/host/ehci-mv.c
+++ b/drivers/usb/host/ehci-mv.c
@@ -266,6 +266,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.6.2
Powered by blists - more mailing lists