]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: exynos4-is: fimc-is: drop unused module alias
authorJohan Hovold <johan@kernel.org>
Fri, 17 Oct 2025 06:02:48 +0000 (08:02 +0200)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Mon, 3 Nov 2025 14:58:42 +0000 (15:58 +0100)
The driver has never supported anything but OF probing 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-is.c

index ed7b7ca16f71ac67b3714fedbaa66b17949146f8..0827fdaf455ad7d4804bf8275fd79a97de7fe2bc 100644 (file)
@@ -996,7 +996,6 @@ static void fimc_is_module_exit(void)
 module_init(fimc_is_module_init);
 module_exit(fimc_is_module_exit);
 
-MODULE_ALIAS("platform:" FIMC_IS_DRV_NAME);
 MODULE_AUTHOR("Younghwan Joo <yhwan.joo@samsung.com>");
 MODULE_AUTHOR("Sylwester Nawrocki <s.nawrocki@samsung.com>");
 MODULE_DESCRIPTION("Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver");