mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
media: exynos4-is: fimc-is: drop unused module alias
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>
This commit is contained in:
committed by
Hans Verkuil
parent
59ca64bf98
commit
c349eb64c2
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user