]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: exynos4-is: fimc-lite: drop unused module alias
authorJohan Hovold <johan@kernel.org>
Fri, 17 Oct 2025 06:02:49 +0000 (08:02 +0200)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Mon, 3 Nov 2025 14:58:42 +0000 (15:58 +0100)
The driver does not support anything but OF probing since
commit 47d1f33ff43e ("[media] exynos4-is: Drop drvdata handling in
fimc-lite for non-dt platforms") so drop the unused platform module alias.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/platform/samsung/exynos4-is/fimc-lite.c

index 0ce293b0718b6a496b06275ebe778f118951d7bf..8be20fd32d1c72fd380e5f77e5e66f6f9f84d90d 100644 (file)
@@ -1662,4 +1662,3 @@ static struct platform_driver fimc_lite_driver = {
 module_platform_driver(fimc_lite_driver);
 MODULE_DESCRIPTION("Samsung EXYNOS FIMC-LITE (camera host interface) driver");
 MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:" FIMC_LITE_DRV_NAME);