lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240819113855.787149-4-liuyuntao12@huawei.com>
Date: Mon, 19 Aug 2024 11:38:49 +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 3/9] misc: atmel-ssc: 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/misc/atmel-ssc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/misc/atmel-ssc.c b/drivers/misc/atmel-ssc.c
index 6eac0f335915..e7a87183bfbb 100644
--- a/drivers/misc/atmel-ssc.c
+++ b/drivers/misc/atmel-ssc.c
@@ -110,6 +110,7 @@ static const struct platform_device_id atmel_ssc_devtypes[] = {
 		/* sentinel */
 	}
 };
+MODULE_DEVICE_TABLE(platform, atmel_ssc_devtypes);
 
 #ifdef CONFIG_OF
 static const struct of_device_id atmel_ssc_dt_ids[] = {
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ