* [PATCH 1/2] media: exynos4-is: fimc-is: drop unused module alias
@ 2025-10-17 6:02 Johan Hovold
2025-10-17 6:02 ` [PATCH 2/2] media: exynos4-is: fimc-lite: " Johan Hovold
0 siblings, 1 reply; 2+ messages in thread
From: Johan Hovold @ 2025-10-17 6:02 UTC (permalink / raw)
To: Sylwester Nawrocki
Cc: Mauro Carvalho Chehab, linux-media, linux-kernel, Johan Hovold
The driver has never supported anything but OF probing so drop the
unused platform module alias.
Signed-off-by: Johan Hovold <johan@kernel.org>
---
drivers/media/platform/samsung/exynos4-is/fimc-is.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/media/platform/samsung/exynos4-is/fimc-is.c b/drivers/media/platform/samsung/exynos4-is/fimc-is.c
index ed7b7ca16f71..0827fdaf455a 100644
--- a/drivers/media/platform/samsung/exynos4-is/fimc-is.c
+++ b/drivers/media/platform/samsung/exynos4-is/fimc-is.c
@@ -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");
--
2.49.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 2/2] media: exynos4-is: fimc-lite: drop unused module alias
2025-10-17 6:02 [PATCH 1/2] media: exynos4-is: fimc-is: drop unused module alias Johan Hovold
@ 2025-10-17 6:02 ` Johan Hovold
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2025-10-17 6:02 UTC (permalink / raw)
To: Sylwester Nawrocki
Cc: Mauro Carvalho Chehab, linux-media, linux-kernel, Johan Hovold
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>
---
drivers/media/platform/samsung/exynos4-is/fimc-lite.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/media/platform/samsung/exynos4-is/fimc-lite.c b/drivers/media/platform/samsung/exynos4-is/fimc-lite.c
index 0ce293b0718b..8be20fd32d1c 100644
--- a/drivers/media/platform/samsung/exynos4-is/fimc-lite.c
+++ b/drivers/media/platform/samsung/exynos4-is/fimc-lite.c
@@ -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);
--
2.49.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-17 6:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-17 6:02 [PATCH 1/2] media: exynos4-is: fimc-is: drop unused module alias Johan Hovold
2025-10-17 6:02 ` [PATCH 2/2] media: exynos4-is: fimc-lite: " Johan Hovold
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.