Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

media: imx8-isi: Drop unneeded module alias

The imx8-isi driver has a module alias named "ISI". This is not
required, as there is no reason to load this module through an alias:
the device is probed through OF, and the module has never been named
"ISI". Drop the alias.

Suggested-by: Johan Hovold <johan@kernel.org>
Reviewed-by: Johan Hovold <johan@kernel.org>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20251102234438.8022-1-laurent.pinchart@ideasonboard.com
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>

authored by

Laurent Pinchart and committed by
Hans Verkuil
23e1bfef ae869439

-1
-1
drivers/media/platform/nxp/imx8-isi/imx8-isi-core.c
··· 575 575 }; 576 576 module_platform_driver(mxc_isi_driver); 577 577 578 - MODULE_ALIAS("ISI"); 579 578 MODULE_AUTHOR("Freescale Semiconductor, Inc."); 580 579 MODULE_DESCRIPTION("IMX8 Image Sensing Interface driver"); 581 580 MODULE_LICENSE("GPL");