mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
media: exynos4-is: fimc-lite: drop unused module alias
The driver does not support anything but OF probing since
commit 47d1f33ff4 ("[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>
This commit is contained in:
committed by
Hans Verkuil
parent
c349eb64c2
commit
dd15fedb67
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user