[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251017060249.8386-2-johan@kernel.org>
Date: Fri, 17 Oct 2025 08:02:49 +0200
From: Johan Hovold <johan@...nel.org>
To: Sylwester Nawrocki <s.nawrocki@...sung.com>
Cc: Mauro Carvalho Chehab <mchehab@...nel.org>,
linux-media@...r.kernel.org,
linux-kernel@...r.kernel.org,
Johan Hovold <johan@...nel.org>
Subject: [PATCH 2/2] media: exynos4-is: fimc-lite: drop unused module alias
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@...nel.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
Powered by blists - more mailing lists