mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-17 02:36:21 +00:00
i3c: mipi-i3c-hci: Add MODULE_ALIAS
Add MODULE_ALIAS() in order to be able to autoload this driver when the device is added as a platform device from another glue code driver. Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Link: https://lore.kernel.org/r/20230921055704.1087277-3-jarkko.nikula@linux.intel.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
parent
0c35691551
commit
f656f6bd22
@ -787,6 +787,7 @@ static struct platform_driver i3c_hci_driver = {
|
||||
},
|
||||
};
|
||||
module_platform_driver(i3c_hci_driver);
|
||||
MODULE_ALIAS("platform:mipi-i3c-hci");
|
||||
|
||||
MODULE_AUTHOR("Nicolas Pitre <npitre@baylibre.com>");
|
||||
MODULE_DESCRIPTION("MIPI I3C HCI driver");
|
||||
|
Loading…
x
Reference in New Issue
Block a user