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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240819113855.787149-5-liuyuntao12@huawei.com>
Date: Mon, 19 Aug 2024 11:38:50 +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 4/9] i2c: at91: 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/i2c/busses/i2c-at91-core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/i2c/busses/i2c-at91-core.c b/drivers/i2c/busses/i2c-at91-core.c
index dc52b3530725..bc3636f90712 100644
--- a/drivers/i2c/busses/i2c-at91-core.c
+++ b/drivers/i2c/busses/i2c-at91-core.c
@@ -107,6 +107,7 @@ static const struct platform_device_id at91_twi_devtypes[] = {
 		/* sentinel */
 	}
 };
+MODULE_DEVICE_TABLE(platform, at91_twi_devtypes);
 
 #if defined(CONFIG_OF)
 static struct at91_twi_pdata at91sam9x5_config = {
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ