Skip to content

Commit f656f6b

Browse files
jhnikulaalexandrebelloni
authored andcommitted
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>
1 parent 0c35691 commit f656f6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drivers/i3c/master/mipi-i3c-hci

drivers/i3c/master/mipi-i3c-hci/core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,7 @@ static struct platform_driver i3c_hci_driver = {
787787
},
788788
};
789789
module_platform_driver(i3c_hci_driver);
790+
MODULE_ALIAS("platform:mipi-i3c-hci");
790791

791792
MODULE_AUTHOR("Nicolas Pitre <npitre@baylibre.com>");
792793
MODULE_DESCRIPTION("MIPI I3C HCI driver");

0 commit comments

Comments
 (0)